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: align map_keys nullability flag
#17454 opened Sep 6, 2025 by comphead Loading…
fix: synchronize partition bounds reporting in HashJoin core Core DataFusion crate physical-plan Changes to the physical-plan crate
#17452 opened Sep 6, 2025 by rkrishn7 Loading…
feat: Simplify CASE WHEN true THEN expr to expr optimizer Optimizer rules
#17450 opened Sep 5, 2025 by EeshanBembi Loading…
4 tasks done
fix: prevent UnionExec panic with empty inputs core Core DataFusion crate physical-plan Changes to the physical-plan crate
#17449 opened Sep 5, 2025 by EeshanBembi Loading…
Improve PartialEq, Eq speed for LexOrdering, make PartialEq and PartialOrd consistent physical-expr Changes to the physical-expr crates
#17442 opened Sep 5, 2025 by findepi Loading…
fix: output_ordering converted to Vec<Option<LexOrdering>> api change Changes the API exposed to users of the crate datasource Changes to the datasource crate proto Related to proto crate
#17439 opened Sep 5, 2025 by destrex271 Loading…
Fix PartialOrd for logical plan nodes and expressions logical-expr Logical plan and expressions optimizer Optimizer rules substrait Changes to the substrait crate
#17438 opened Sep 5, 2025 by findepi Loading…
Improve Hash and Ord speed for dyn LogicalType common Related to common crate performance Make DataFusion faster
#17437 opened Sep 5, 2025 by findepi Loading…
feat(spark): implement Spark make_interval function documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#17424 opened Sep 4, 2025 by davidlghellin Draft
Relax constraint that file sort order must only reference individual columns catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#17419 opened Sep 4, 2025 by pepijnve Draft
fix: modify the type coercion logic to avoid planning error logical-expr Logical plan and expressions
#17418 opened Sep 4, 2025 by etolbakov Draft
Use return_field instead of return_type for calling aggregates via FFI api change Changes the API exposed to users of the crate documentation Improvements or additions to documentation ffi Changes to the ffi crate
#17407 opened Sep 4, 2025 by timsaucer Loading…
Extract complex default impls from AggregateUDFImpl trait logical-expr Logical plan and expressions
#17391 opened Sep 3, 2025 by findepi Loading…
better preserve statistics when applying limits common Related to common crate core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
#17381 opened Sep 2, 2025 by adriangb Loading…
add id and update callbacks to dynamic filters physical-expr Changes to the physical-expr crates
#17370 opened Sep 2, 2025 by adriangb Draft
fix: window unparsing sql SQL Planner
#17367 opened Sep 1, 2025 by chenkovsky Loading…
Support JOIN, PIVOT pipe operators documentation Improvements or additions to documentation sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#17365 opened Aug 31, 2025 by simonvandel Draft
fix: lazy evaluation for coalesce functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#17357 opened Aug 30, 2025 by chenkovsky Loading…
2
7
Adding empty checks for finalize_aggregation. core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#17356 opened Aug 30, 2025 by samueleresca Draft
fix: Expose hash to FFI udf/udaf/udwf to fix their Eq ffi Changes to the ffi crate
#17350 opened Aug 28, 2025 by crystalxyz Loading…
Push down preferred sorts into TableScan logical plan node logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#17337 opened Aug 27, 2025 by adriangb Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.