Skip to content

Pull requests: apache/datafusion

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix: regex simplification of anchored patterns produces wrong results optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#22727 opened Jun 3, 2026 by lyne7-sc Contributor Loading…
fix: Correct computation of selectivity for multi-key joins physical-plan Changes to the physical-plan crate
#22725 opened Jun 3, 2026 by neilconway Contributor Loading…
docs: add Boston DataFusion meetup documentation Improvements or additions to documentation
#22722 opened Jun 2, 2026 by alamb Contributor Loading…
Lower SLT HEADROOM_FACTOR 8.0 -> 5.0 to surface nested_loop_join_spill leak sqllogictest SQL Logic Tests (.slt)
#22721 opened Jun 2, 2026 by avantgardnerio Contributor Loading…
feat: implement retract_batch for array_agg(DISTINCT) sliding window common Related to common crate functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22719 opened Jun 2, 2026 by SubhamSinghal Contributor Loading…
fix: Improve consistency of per-column stats on FilterExec output physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#22718 opened Jun 2, 2026 by neilconway Contributor Loading…
fix: Handle potential overflow in internal state for avg(decimal) functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22714 opened Jun 2, 2026 by AdamGS Contributor Loading…
PoC: Blocked state management for hash aggregation auto detected api change Auto detected API change ffi Changes to the ffi crate functions Changes to functions implementation logical-expr Logical plan and expressions physical-plan Changes to the physical-plan crate
#22712 opened Jun 2, 2026 by 2010YOUY01 Contributor Loading…
Mark BufferExec and AnalyzeExec as eager physical-plan Changes to the physical-plan crate
#22711 opened Jun 2, 2026 by geoffreyclaude Contributor Loading…
feat: support Boolean in approx_distinct functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22707 opened Jun 2, 2026 by JeelRajodiya Contributor Loading…
feat(ffi): plumb simplify, expressions, reverse_expr, and documentation through FFI_WindowUDF auto detected api change Auto detected API change ffi Changes to the ffi crate
#22705 opened Jun 2, 2026 by Brijesh-Thakkar Contributor Loading…
Array product documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22703 opened Jun 1, 2026 by SubhamSinghal Contributor Loading…
feat: add DataFrame fill_nan core Core DataFusion crate
#22702 opened Jun 1, 2026 by Nagato-Yuzuru Loading…
Adaptive (runtime, stats-based) conjunct reordering for FilterExec auto detected api change Auto detected API change common Related to common crate documentation Improvements or additions to documentation physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#22698 opened Jun 1, 2026 by adriangb Contributor Draft
fix: Preserve integer values in round() for large Int64 and UInt64 inputs functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#22697 opened Jun 1, 2026 by pchintar Loading…
feat: Support multiple external table locations auto detected api change Auto detected API change catalog Related to the catalog crate core Core DataFusion crate documentation Improvements or additions to documentation ffi Changes to the ffi crate logical-expr Logical plan and expressions proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#22695 opened Jun 1, 2026 by kumarUjjawal Contributor Loading…
fix: plumb SchemaProvider table_type through FFI auto detected api change Auto detected API change ffi Changes to the ffi crate
#22694 opened Jun 1, 2026 by chakkk309 Contributor Loading…
Add map_transform UDF auto detected api change Auto detected API change documentation Improvements or additions to documentation functions Changes to functions implementation physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#22689 opened Jun 1, 2026 by Adam-Alani Loading…
Centralize unparser select-scope boundary logic and add characterization tests sql SQL Planner
#22683 opened Jun 1, 2026 by kosiew Contributor Loading…
Align grouped first_value/last_value FILTER handling with shared Some(true) semantics functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22681 opened Jun 1, 2026 by kosiew Contributor Loading…
Add imdb SQL benchmark
#22680 opened Jun 1, 2026 by Omega359 Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.