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

Improve combine_hashes common Related to common crate
#19391 opened Dec 18, 2025 by Dandandan Draft
<DRAFT> IN LIST optims physical-expr Changes to the physical-expr crates
#19390 opened Dec 18, 2025 by geoffreyclaude Draft
Support nested field access in get_field with multiple path arguments documentation Improvements or additions to documentation enhancement New feature or request functions Changes to functions implementation sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#19389 opened Dec 18, 2025 by adriangb Loading…
9 tasks done
feat: add list_files_cache udtf for cli execution Related to the execution crate
#19388 opened Dec 18, 2025 by jizezhang Draft
support negative scale for decimal ScalarValue common Related to common crate
#19385 opened Dec 18, 2025 by shifluxxc Loading…
feat: Add decimal support for round functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19384 opened Dec 18, 2025 by kumarUjjawal Loading…
feat(proto): Add protobuf serialization for HashExpr physical-plan Changes to the physical-plan crate proto Related to proto crate
#19379 opened Dec 17, 2025 by adriangb Loading…
3 tasks done
feat: support case-insensitive named parameters logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#19378 opened Dec 17, 2025 by bubulalabu Loading…
Optimize hashing for StringView and ByteView (15-70% faster) common Related to common crate performance Make DataFusion faster
#19374 opened Dec 17, 2025 by alamb Draft
feat: Allow log with non-integer base on decimals functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19372 opened Dec 17, 2025 by Yuvraj-cyborg Loading…
Automatically generate examples documentation and add CI sync check (… development-process Related to development process of DataFusion
#19371 opened Dec 17, 2025 by cj-zhukov Loading…
fix: emit empty RecordBatch for empty file writes core Core DataFusion crate datasource Changes to the datasource crate
#19370 opened Dec 17, 2025 by nlimpid Loading…
Feat: Allow pow with negative & non-integer exponent on decimals functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#19369 opened Dec 17, 2025 by Yuvraj-cyborg Loading…
docs: auto generate metrics documentation core Core DataFusion crate development-process Related to development process of DataFusion documentation Improvements or additions to documentation execution Related to the execution crate logical-expr Logical plan and expressions physical-plan Changes to the physical-plan crate
#19367 opened Dec 17, 2025 by aaron-ang Loading…
Enables DefaultListFilesCache by default core Core DataFusion crate documentation Improvements or additions to documentation execution Related to the execution crate sqllogictest SQL Logic Tests (.slt)
#19366 opened Dec 17, 2025 by BlakeOrth Loading…
allow expressions to pass through RepartitionExec physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#19365 opened Dec 16, 2025 by adriangb Loading…
Optimize muti-column grouping with StringView/ByteView physical-plan Changes to the physical-plan crate
#19364 opened Dec 16, 2025 by alamb Draft
fix: Implement reset_state for LazyMemoryExec core Core DataFusion crate functions Changes to functions implementation physical-plan Changes to the physical-plan crate
#19362 opened Dec 16, 2025 by nuno-faria Loading…
fix: Wrap join operators with make_cooperative() for cancellation support physical-plan Changes to the physical-plan crate
#19360 opened Dec 16, 2025 by erratic-pattern Loading…
doc: add NestedLoopJoinExec metrics to user-guide/metrics.md documentation Improvements or additions to documentation
#19359 opened Dec 16, 2025 by aaron-ang Loading…
WIP: Upgrade DataFusion to arrow-rs/parquet 57.2.0 common Related to common crate datasource Changes to the datasource crate functions Changes to functions implementation physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#19355 opened Dec 16, 2025 by alamb Draft
wip: check cost of hashing in multi column aggregate [IGNORE] physical-plan Changes to the physical-plan crate
#19346 opened Dec 15, 2025 by rluvaton Draft
Remove SchemaAdapter api change Changes the API exposed to users of the crate catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#19345 opened Dec 15, 2025 by adriangb Loading…
ProTip! Filter pull requests by the default branch with base:main.