Sign in
apache
/
datafusion
/
HEAD
110a90a
feat: add sphinx-sitemap dependency and configuration for sitemap generation (#24332)
by Narendra
· 3 hours ago
main
aff5850
Add per-aggregate argument evaluation metrics for grouped hash aggregation (#24024)
by kosiew
· 4 hours ago
9fdf144
feat: Add support for Map type in SQL (#24397)
by Nuno Faria
· 6 hours ago
3359eab
feat: add implicit native coercion constructor (#24282)
by Jamison-J
· 10 hours ago
b551ba0
fix: skip WindowTopN rewrite when fetch is 0 to avoid PartitionedTopK panic (#24405)
by Liang-Chi Hsieh
· 10 hours ago
c1b39bd
Feat: add dictionaries as a supported group column type (#23187)
by RIchard Baah
· 14 hours ago
4042812
fix: consider nulls_first when propagating ordered SortProperties (#24206)
by Nagato Yuzuru
· 14 hours ago
2da78d6
fix(spark): correct mod ANSI zero divisor and negative zero handling (#23987)
by kid
· 15 hours ago
bf1c17a
feat: union nested Parquet leaves across projection accesses (#24130)
by Goutam Adwant
· 15 hours ago
e7e037d
docs: add an agent skill for auditing datafusion-spark expressions (#23893)
by Andy Grove
· 23 hours ago
16b08db
fix: preserve NULL semantics when simplifying col ~ '.*' (#24380)
by Liang-Chi Hsieh
· 25 hours ago
d3c47b4
fix: drain PiecewiseMergeJoin output before state transitions (#24298)
by Burak Şen
· 26 hours ago
4403c5d
bench: pwmj left semi/anti join (#24160)
by Subham Singhal
· 26 hours ago
47794ff
Improve planning speed: Fast path for `union_schema` when all children share a schema (#24389)
by Reid Kaufmann
· 28 hours ago
bb45fb8
docs(upgrading): document RecursiveQuery schema field in upgrade guide (#23991)
by Alvaro Balbin
· 29 hours ago
67502a3
Document decimal AVG wrapping arithmetic (#23685)
by sakshichitnis27
· 30 hours ago
a10d193
Perf: remove extra allocations for hex operations (#24057)
by RIchard Baah
· 30 hours ago
f3ef45a
docs: Document `WindowFn` and add comments (#24118)
by Andrew Lamb
· 30 hours ago
f956fd1
fix(proto): preserve Arrow IPC stream format (#24224)
by Burak Şen
· 30 hours ago
b9399dc
perf: Update `TableProvider` to take scan projection as `Option<&[usize]>` (#24376)
by Daniël Heres
· 2 days ago
cc7565b
fix: don't report equi-key equivalence for PiecewiseMergeJoin range joins (#24361)
by Liang-Chi Hsieh
· 2 days ago
7c079f7
fix: preserve the input list's inner field in array_append/prepend/replace (#24365)
by Tim Saucer
· 2 days ago
ec110ce
fix(parquet): don't runtime-prune row groups while a page-index RowSelection is live (#24355) (#24359)
by Qi Zhu
· 2 days ago
1b67f2e
Docs: document manual catalog impls and how compilation got faster (#24362)
by Andrew Lamb
· 2 days ago
571477c
feat(cli): add opt-in Spark function registration (#24179)
by Goutam Adwant
· 2 days ago
00eba79
feat(pwmj): support LeftSemi/LeftAnti existence joins via classic scan (#23870)
by Subham Singhal
· 2 days ago
9f377c4
fix: correct list field inner type in array functions (#24345)
by Tim Saucer
· 2 days ago
574fe67
fix(parquet): sync rg_plan to decoder frontier — fix wrong TopK results from re-reading already-delivered row groups (#24352) (#24354)
by Qi Zhu
· 2 days ago
1f0615a
Fix ArrowBytesViewMap retained capacity accounting (#24257)
by kosiew
· 2 days ago
84a8e6d
Reduce datafusion-spark dependency footprint (#24351)
by dentiny
· 2 days ago
773ef22
docs: update proto-models README for the datafusion-common dependency (#24279)
by Adrian Garcia Badaracco
· 2 days ago
a635b18
docs: fix signum documentation to say zero returns 0 (#24324)
by anchor
· 2 days ago
6b7da9a
chore(deps): bump requests from 2.33.0 to 2.34.2 (#24303)
by dependabot[bot]
· 2 days ago
5a5da23
chore(deps): bump typing-extensions from 4.15.0 to 4.16.0 (#24304)
by dependabot[bot]
· 2 days ago
c085cdf
chore(deps-dev): bump webpack from 5.105.0 to 5.109.2 in /datafusion/wasmtest/datafusion-wasm-app in the all-npm-deps group across 1 directory (#24300)
by dependabot[bot]
· 2 days ago
13552dd
chore(deps): bump rich from 14.3.2 to 15.0.0 (#24305)
by dependabot[bot]
· 2 days ago
91ead9f
chore(deps): bump setuptools from 83.0.0 to 84.0.0 (#24301)
by dependabot[bot]
· 2 days ago
ede32c1
chore(deps): bump pygithub from 2.8.1 to 2.9.1 (#24299)
by dependabot[bot]
· 2 days ago
50cdbde
fix: preserve NULL semantics in bitwise xor simplification (#24248)
by linfeng
· 2 days ago
90164e1
chore(deps-dev): bump webpack-cli from 5.1.4 to 7.2.2 in /datafusion/wasmtest/datafusion-wasm-app (#24302)
by dependabot[bot]
· 2 days ago
473ba17
chore(deps): bump taiki-e/install-action from 2.85.10 to 2.85.11 (#24306)
by dependabot[bot]
· 2 days ago
3406067
chore(deps): bump Swatinem/rust-cache from 2.8.1 to 2.9.2 in /.github/actions/setup-macos-aarch64-builder (#24307)
by dependabot[bot]
· 2 days ago
6adb504
bench: add parquet_row_filter_skip suite for the fully-matched RowFilter skip (#24328)
by Qi Zhu
· 2 days ago
0a429a3
fix: emit unmatched NULL-key right rows in RIGHT/FULL PiecewiseMergeJoin (#24336)
by Liang-Chi Hsieh
· 3 days ago
e76f1af
perf(build): use line-tables-only debug info in the `dev` profile (#24339)
by Daniël Heres
· 3 days ago
f171587
perf(build): don't build the doc-generator binaries by default (#24338)
by Daniël Heres
· 3 days ago
8c099dc
perf(session): cut `datafusion-session` compile time ~1.7x (#24326)
by Daniël Heres
· 3 days ago
519687c
perf(catalog-listing): cut `datafusion-catalog-listing` compile time ~4.4x (#24330)
by Daniël Heres
· 3 days ago
ca1e25e
perf(core): cut `datafusion` core compile time ~10x (#24329)
by Daniël Heres
· 3 days ago
1a770de
perf(catalog): cut `datafusion-catalog` compile time ~6x (#24325)
by Daniël Heres
· 3 days ago
6b051b0
chore(deps): bump the all-other-cargo-deps group across 1 directory with 3 updates (#24320)
by dependabot[bot]
· 3 days ago
1164d60
Minor: avoid a few clones in sum accumulator setup (#24309)
by Andrew Lamb
· 3 days ago
ab12f5e
fix(ffi): preserve TableProvider DML overrides (#23906)
by Amogh Ramesh
· 3 days ago
186f96f
refactor(hash-aggr): migrate ordered single aggregation (#24259)
by Yongting You
· 4 days ago
3985bd5
Enable more lints (#24066)
by Emil Ernerfeldt
· 4 days ago
591ae10
feat: Store only the last row in the previous cursor for round robin tie-breaking purposes (#23619)
by Ariel Miculas-Trif
· 4 days ago
bbb552f
[Parquet] Skip bloom filter predicate evaluation when no bloom filters are loaded (#24101)
by Renan GEHAN
· 4 days ago
766ca58
chore: Expand dependabot coverage (#24290)
by Neil Conway
· 4 days ago
caa3cb4
refactor(physical-plan): Simplify `ExecutionPlan` API with `replace_children` (#23903)
by Justin O'Dwyer
· 4 days ago
6459afe
chore: Update depcheck toolchain and dependencies (#24289)
by Neil Conway
· 4 days ago
ad977b0
Add branch-55 protection (#24293)
by Tim Saucer
· 4 days ago
78b828c
bench: add standard window function cases to bounded_window (#24151)
by Neil Conway
· 4 days ago
c81e707
perf: Concretely typed TopK ArrowHashTable storage (#23609)
by Michal Piatkowski
· 4 days ago
9b3b518
fix: ensure new_list respects data_type argument (#24029)
by Ruchir Tripathi
· 4 days ago
c08832d
fix: preserve NULL semantics in `log` and `power` simplification (#24247)
by linfeng
· 4 days ago
7e015b7
fix(physical-plan): CTAS panic on wasm32-unknown-unknown (#24275)
by Kent Wu
· 5 days ago
30ca39b
fix: Propagate NULLs in `regexp_count`, `regexp_instr` (#24239)
by Neil Conway
· 5 days ago
fc4e43e
chore(deps): bump the codeql-actions group with 2 updates (#24250)
by dependabot[bot]
· 5 days ago
8e5c789
FFI: plumb with_updated_config for FFI_ScalarUDF (#22797)
by Amogh Ramesh
· 5 days ago
570d2e1
perf: prune window state only for partitions that made progress (#24148)
by Neil Conway
· 5 days ago
149bdb5
fix: infer placeholder types in GROUP BY, HAVING, QUALIFY and ORDER BY (fix for #24042) (#24043)
by Braedon Wooding
· 5 days ago
0ef1aaa
refactor: moving WindowTopN before EnsureRequirements (#24191)
by Saad Tajwar
· 5 days ago
b5c4bf2
chore(deps): bump toml from 0.9.12+spec-1.1.0 to 1.1.3+spec-1.1.0 (#24256)
by dependabot[bot]
· 5 days ago
bc99f40
refactor: make apply_expression_roots more ergonomic (#24226)
by Jayant Shrivastava
· 5 days ago
041a716
Restore the From / TryFrom proto conversions dropped since 54.1.0 (#24205)
by Adrian Garcia Badaracco
· 5 days ago
7544051
chore(proto): remove never-released deprecated PhysicalPlanNodeExt scaffolding (#24269)
by Adrian Garcia Badaracco
· 5 days ago
9ecb75f
Docs: Add PR review guide (#24051)
by Andrew Lamb
· 5 days ago
618aaff
Enable dynamic filters for range-partitioned joins (#23854)
by Peter Lee
· 5 days ago
4e6acfe
fix(lambda): only push referenced params into the merged batch (#24162)
by Lía Adriana
· 5 days ago
e6be9cd
perf: skip evaluating fully calculated window partitions (#24127)
by Neil Conway
· 5 days ago
a253a6a
Expose accumulator state to allow prefix scanning (#24035)
by Brent Gardner
· 5 days ago
66677fe
docs: add IceGate to the list of featured data platforms (#24240)
by Evgeniy Mineev
· 5 days ago
66ef276
perf: remove per-row String allocations from the Spark url functions (#23884)
by Andy Grove
· 5 days ago
3f0a953
Add FixedSizeBinary support for MultiGroupBy (#23646)
by Max Burke
· 5 days ago
1d000c2
chore(deps): bump Swatinem/rust-cache from 2.9.1 to 2.9.2 (#24251)
by dependabot[bot]
· 5 days ago
72fbbe7
chore(deps): bump runs-on/action from 2.2.0 to 2.3.0 (#24252)
by dependabot[bot]
· 5 days ago
264a917
chore(deps): bump taiki-e/install-action from 2.85.6 to 2.85.10 (#24253)
by dependabot[bot]
· 5 days ago
87f9443
chore(deps): bump the all-other-cargo-deps group with 4 updates (#24254)
by dependabot[bot]
· 5 days ago
047f531
fix: avoid buffering unbounded repartition output indefinitely (#24193)
by Goutam Adwant
· 5 days ago
d5868e6
docs: explain Parquet content-defined chunking (#24155)
by Goutam Adwant
· 5 days ago
4978706
Docs: Add community showcase to the docs page (#24217)
by Andrew Lamb
· 5 days ago
d3100e2
refactor: Refactor numeric sign and padding in Spark format_string (#24115)
by Justin O'Dwyer
· 5 days ago
8cb7c84
Fix aggregate accumulator capacity accounting (#24099)
by kosiew
· 5 days ago
a1f64e9
fix: reject max_buffered_batches_per_output_file values below 2 (#24204)
by DevShiba
· 5 days ago
a05388e
Parquet row filter struct access tree (#23217)
by Subham Singhal
· 5 days ago
9f2a23f
feat(dataframe): add f16 support to dataframe! macro (#24234)
by Sergey Zhukov
· 6 days ago
a9b61ab
fix(parquet): remap sorting columns for partitioned writes (#24211)
by xudong.w
· 6 days ago
d5bd10d
physical-plan: coerce UNION/INTERLEAVE schema mismatches at plan time (#24094)
by dario curreri
· 6 days ago
a251b94
fix(proto): preserve AggregateExec schema and reversed state (#24207)
by Burak Şen
· 6 days ago
33ad1cc
perf: optimize char -> byte offset mapping in `regexp_count` (#24153)
by Neil Conway
· 6 days ago
Next »