Sign in
apache
/
datafusion
/
HEAD
d09a919
Use shared statistics merge for union stats (#21430)
by Kumar Ujjawal
· 2 hours ago
main
040c21e
fix: Fix `.gitignore` in `benchmarks/` (#21954)
by Yongting You
· 3 hours ago
3deeadd
perf: strength reduce hash partition modulo (up to 1.16x faster) (#21900)
by Daniël Heres
· 4 hours ago
1364286
fix: grouping separator for float and decimal (#20268)
by Druva
· 4 hours ago
0144570
perf: Add `BulkNullStringArrayBuilder` trait, use in `repeat` (#21854)
by Neil Conway
· 8 hours ago
0bb17bc
build: allow posting comments on PRs made from forks and fix missing protobuf (#21913)
by Raz Luvaton
· 9 hours ago
42cd2fa
dependencies check are now required to merge ci (#21940)
by Dmitrii Blaginin
· 18 hours ago
72fe20b
Fix nesting of permissions block in docs workflow (#21930)
by Jeffrey Vo
· 20 hours ago
985f0a4
Deduplicate InList primitive static filters (#21932)
by Geoffrey Claude
· 21 hours ago
2b95cde
Add SQL based benchmarking harness, port tpch to use framework (#21707)
by Bruce Ritchie
· 21 hours ago
5fda216
chore: fix `iff` typos (#21904)
by Oleks V
· 24 hours ago
f0c5306
docs(optimizer): add generated optimizer rules reference (#21824)
by Kumar Ujjawal
· 24 hours ago
66980e2
Fix GH action permissions in `rust.yml` and `docs.yaml` workflows (#21884)
by Jeffrey Vo
· 24 hours ago
3aefba7
fix: fix elapsed_compute metric in ParquetSink to report encoding time only (#21825)
by Fred Thomas
· 30 hours ago
73ca6a5
ci: add breaking change detector (#21499)
by Raz Luvaton
· 33 hours ago
61fe692
Remove unnecessary Mutex in SharedMemoryReservation (#21899)
by Gabriel
· 33 hours ago
e8a93bb
feat: automatically cast `ListView` to `List` for UDFs (#21855)
by Jeffrey Vo
· 34 hours ago
b9cf885
Update `astral-tokio-tar` to appease cargo_audit (#21902)
by Andrew Lamb
· 36 hours ago
8f033e4
feat: minor lambda perf improvements (#21896)
by Oleks V
· 2 days ago
720aaff
perf: Use bulk-NULL builder in `replace` (#21849)
by Neil Conway
· 2 days ago
4876cdc
refactor `array_remove` benchmarks & add nested benches (#21834)
by Jeffrey Vo
· 2 days ago
53bd344
chore(deps): bump libloading from 0.8.9 to 0.9.0 (#21890)
by dependabot[bot]
· 2 days ago
288a5f1
chore(deps): update pydata-sphinx-theme requirement from <1,>=0.17.0 to >=0.17.1,<1 in /docs (#21889)
by dependabot[bot]
· 2 days ago
2a2b5b0
chore(deps): bump taiki-e/install-action from 2.75.18 to 2.75.23 (#21887)
by dependabot[bot]
· 2 days ago
686d617
Update documentation for PhysicalExpr::evaluate_bounds (#21879)
by Andrew Lamb
· 2 days ago
ec92925
perf: Optimize `substr_index` to use bulk-NULL string builder (#21877)
by Neil Conway
· 2 days ago
22bb4e6
Add support for nested types to nullif. (#21764)
by Anastasios Bakogiannis
· 2 days ago
c2c0773
feat(unparser): Keep inner join `Filter → TableScan` predicates to `WHERE` instead of moving to `JOIN ON` (#21694)
by Sergei Grebnov
· 2 days ago
bbf67d9
Add lambda support and array_transform udf (#21679)
by gstvg
· 2 days ago
54a5515
perf(spark): use 256-entry byte-pair table in hex encoding (#21836)
by gabriel
· 2 days ago
6a09260
Fix some GH action permission issues identified by CodeQL (#21838)
by Jeffrey Vo
· 2 days ago
310dd5d
Support Dictionary Arrays in MIN/MAX Aggregates (#21315)
by kosiew
· 3 days ago
f802ed1
Add protobuf serialization/deserialization support for `EmptyTable` scans (#20844)
by Oleh
· 3 days ago
af7904f
feat : ABI upgrade from abi_stabby to stabby since abi_stable is no longer maintained (#21030)
by Bhargava Vadlamani
· 3 days ago
95ef332
perf: optimise `first_value`, `last_value` aggregate function (#21383)
by theirix
· 3 days ago
1bb588e
perf: Implement physical execution of uncorrelated scalar subqueries (#21240)
by Neil Conway
· 3 days ago
ca1d39d
perf: implement convert_to_state for SparkAvg (#21548)
by Alex Zhang
· 3 days ago
40b209e
feat: remove `__unnest_placeholder` from struct unnest projection (#21725)
by Andrey Koshchiy
· 3 days ago
62ad66b
perf: Use bulk-NULL builder in `chr` (#21847)
by Neil Conway
· 3 days ago
2676297
chore: add internal markdown link check (#21831)
by Geethapranay1
· 3 days ago
bff0ffb
docs: clarify ExecutionProps and TaskContext docs (#21872)
by Andrew Lamb
· 3 days ago
68061a5
docs: refresh CLI usage output in the user guide (#21874)
by jj.lee
· 3 days ago
b11b99b
chore: bump `sha` & `md-5` to `0.11.0` (#21840)
by Jeffrey Vo
· 3 days ago
d193962
fix: Do not highlight the CLI hint directly (#21858)
by Nuno Faria
· 3 days ago
4e71785
perf: Use bulk-NULL string builder in `initcap` (#21863)
by Neil Conway
· 3 days ago
a28c099
chore: bump API limit for stale workflow (#21867)
by Jeffrey Vo
· 3 days ago
1dbf264
docs: fix typos in documentation (#21875)
by jj.lee
· 3 days ago
a2c0c8a
Refactor InListExpr into static-filter modules (#21649)
by Geoffrey Claude
· 3 days ago
0ebecd5
build: explicitly set `publish = false` for internal crates (#21869)
by Raz Luvaton
· 3 days ago
1897c28
chore: use Arc::unwrap_or_clone in more places (#21823)
by Daniël Heres
· 3 days ago
7fa6e21
Skip map_expressions rebuild for Extension nodes with empty expressions (#21701)
by Qi Zhu
· 3 days ago
65f337d
perf: Use bulk-NULL builder in `uuid` (#21845)
by Neil Conway
· 5 days ago
6f1040b
Fix PushdownSort dropping LIMIT when eliminating SortExec (#21744)
by Sergei Grebnov
· 5 days ago
aab4263
perf(substr_index): speed up scalar and Utf8View (#21754)
by Kumar Ujjawal
· 5 days ago
89e14f1
chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /datafusion/wasmtest/datafusion-wasm-app (#21164)
by dependabot[bot]
· 5 days ago
794f30e
perf: Add bulk NULL-aware string builders, use in `lower` and `upper` (#21789)
by Neil Conway
· 6 days ago
7d5ddca
perf: Optimize `lower`, `upper` for sliced arrays (#21814)
by Neil Conway
· 6 days ago
85e75e2
Add quote style and trimming to csv writier (#20813)
by Xander
· 6 days ago
1ea328d
chore: leave specialised bench helpers (#21810)
by theirix
· 6 days ago
cc67c13
Fix: allow coercion from Binary and LargeBinary into BinaryView (#21800)
by Bert Vermeiren
· 6 days ago
14c18ec
fix: Enable `arrow-ipc/zstd` in `datasource-arrow` to make `test_spill_compression` pass in every config (#21504)
by Adam Gutglick
· 6 days ago
fd093fb
chore: re-enable `array_union` nested null array edge case test (#21773)
by Jeffrey Vo
· 7 days ago
067ba4b
chore: add aggregation test for listview types (#21776)
by Jeffrey Vo
· 7 days ago
9d73d09
chore: re-enable `add_months` overflow test (#21774)
by Jeffrey Vo
· 7 days ago
95157ef
Unparser drops ORDER BY alias when flattening Projection through SubqueryAlias (#21491)
by Yonatan Striem Amit
· 8 days ago
643db7a
feat: add cosine_distance scalar function (#21542)
by crm26
· 8 days ago
82abcbd
ci: permit stale workflow to delete cache (#21772)
by Jeffrey Vo
· 8 days ago
73ebfcc
docs: fix some comments on query_planning example (#21783)
by Joan Antoni RE
· 8 days ago
eca2e00
refactor: Simplify NLJ re-scans with `ReplayableStreamSource` (#21742)
by Yongting You
· 8 days ago
766dff1
chore: Rename concat-specific string builders, make pub(crate) (#21695)
by Neil Conway
· 8 days ago
83c2c01
fix: rebind RecursiveQueryExec batches to the declared output schema (#21770)
by Adrian Garcia Badaracco
· 8 days ago
4fbdfd0
[Minor]: fix security audit because of rustls-webpki version (#21785)
by Burak Şen
· 8 days ago
4bff17e
[Minor]: unify ANY/ALL planning and align ANY NULL semantics with PG (#21743)
by Burak Şen
· 8 days ago
ff844be
Improve ergonomics for ExecutionPlanMetricsSet and MetricsSet (#21762)
by Gabriel
· 8 days ago
8875956
Handle canceled partitioned hash join dynamic filters lazily (#21666)
by Adrian Garcia Badaracco
· 8 days ago
8a45d02
feat: support `ListView` and `LargeListView` in `ScalarValue` (#21669)
by Jeffrey Vo
· 8 days ago
64619a6
fix: improve sort pushdown benchmark data and add DESC LIMIT queries (#21711)
by Qi Zhu
· 8 days ago
5d508d3
Skip files outside partition structure in hive-partitioned listing tables (#21756)
by Qi Zhu
· 9 days ago
e7f7fa9
fix: Validate spill read schema (#21738)
by Yongting You
· 9 days ago
e5d9145
perf: Optimize approx count distinct using bitmaps instead of HLL for smaller int datatypes (#21453)
by Bhargava Vadlamani
· 9 days ago
192ceb6
Snowflake Unparser dialect and UNNEST support (#21593)
by Yonatan Striem Amit
· 9 days ago
5f8b131
perf: Implement groups accumulator count distinct primitive types (#21561)
by Bhargava Vadlamani
· 9 days ago
cfafce4
chore: add `array_remove_*` NULL handling changes to `Upgrade Guide` (#21769)
by Oleks V
· 9 days ago
9a1ed57
chore(deps): bump taiki-e/install-action from 2.75.10 to 2.75.18 (#21757)
by dependabot[bot]
· 9 days ago
af67cdd
chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#21758)
by dependabot[bot]
· 9 days ago
c641262
chore(deps): bump aws-config from 1.8.15 to 1.8.16 in the all-other-cargo-deps group (#21760)
by dependabot[bot]
· 9 days ago
9a851d6
fix: Fix local `datafusion-cli` test failure (#21761)
by Yongting You
· 9 days ago
5baa6ef
chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#21759)
by dependabot[bot]
· 9 days ago
a737c27
feat: estimate cardinality for semi and anti-joins using distinct counts (#20904)
by Burak Şen
· 9 days ago
526f0cb
perf: Reduce `Box` and `Arc` allocation churn during tree rewriting (#21749)
by Neil Conway
· 9 days ago
9b5e43e
feat: Expose used `MemoryPool` details in `ResourcesExhausted` error messages (#20387)
by Eren Avsarogullari
· 9 days ago
e524f49
fix: array_concat widens container variant for mixed List/LargeList inputs (#21704)
by Harrison Crosse
· 9 days ago
c470bb1
chore: backport version from `branch-53`, update some dependencies (#21708)
by Oleks V
· 10 days ago
7acbe03
test: add tests for spill file sizes to verify View GC (#21750)
by Ratul Dawar
· 10 days ago
a311d14
chore: Update Release instructions (#21705)
by Oleks V
· 10 days ago
466c3eae
Dynamic work scheduling in FileStream (#21351)
by Andrew Lamb
· 10 days ago
3aaf393
minor: More comments to `read_spill_as_stream` (#21713)
by Yongting You
· 11 days ago
03ca0aa
perf: Tweak vec capacity in `project_statistics` (#21734)
by Neil Conway
· 11 days ago
675881d
fix: insert placeholder type inference showing wrong type when there is function wrapped placeholder (unknown type) (#20744)
by Burak Şen
· 11 days ago
935382f
perf: Optimize `DFSchema::qualified_name` (#21722)
by Neil Conway
· 11 days ago
Next »