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

feat(spark): Implement Spark functions url_encode and url_decode spark sqllogictest SQL Logic Tests (.slt)
#17399 opened Sep 4, 2025 by anhvdq Loading…
Use a struct for ProjectionExpr core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate
#17398 opened Sep 4, 2025 by adriangb Loading…
Use DataFusionError instead of ArrowError in FileOpenFuture core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation
#17397 opened Sep 4, 2025 by adriangb Loading…
Fix PartialOrd for Window logical-expr Logical plan and expressions
#17393 opened Sep 3, 2025 by findepi Loading…
Extract complex default impls from AggregateUDFImpl trait logical-expr Logical plan and expressions
#17391 opened Sep 3, 2025 by findepi Loading…
Re-export apache-avro when avro feature flag is set core Core DataFusion crate datasource Changes to the datasource crate
#17388 opened Sep 3, 2025 by shivbhatia10 Loading…
fix: set distinct_count to Absent when merging statistics common Related to common crate
#17385 opened Sep 3, 2025 by adriangb Loading…
fix: Remove duplicate filter from CrossJoin unparsing core Core DataFusion crate sql SQL Planner
#17382 opened Sep 2, 2025 by jonathanc-n 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…
feat: Support FILTER clause in aggregate window functions common Related to common crate core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#17378 opened Sep 2, 2025 by geoffreyclaude Loading…
doc: Document caveats of swap_inputs() interface in join executors physical-plan Changes to the physical-plan crate
#17373 opened Sep 2, 2025 by 2010YOUY01 Loading…
fix bounds accumulator reset in HashJoinExec dynamic filter pushdown core Core DataFusion crate physical-plan Changes to the physical-plan crate
#17371 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 Draft
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
Improved experience when remote object store URL does not end in / datasource Changes to the datasource crate
#17364 opened Aug 31, 2025 by xiedeyantu Loading…
fix: set IPC alignment based on schema physical-plan Changes to the physical-plan crate
#17363 opened Aug 31, 2025 by ding-young Loading…
fix: lazy evaluation for coalesce functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#17357 opened Aug 30, 2025 by chenkovsky Loading…
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
Add PhysicalExpr::is_volatile optimizer Optimizer rules physical-expr Changes to the physical-expr crates
#17351 opened Aug 28, 2025 by adriangb Loading…
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…
feat: Make Parquet EncryptionFactory async core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate
#17342 opened Aug 28, 2025 by adamreeve Loading…
ProTip! Exclude everything labeled bug with -label:bug.