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: don't allow zero-argument first_value/last_value/nth_value window functions functions Changes to functions implementation
#24595 opened Aug 23, 2026 by Stazer Contributor Loading…
fix: keep join filter columns when pushing a projection below SortMergeJoinExec physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#24593 opened Aug 23, 2026 by jayzhan211 Contributor Loading…
fix: frame IPC messages when reading spill files so batches pin only their own bytes physical-plan Changes to the physical-plan crate
#24592 opened Aug 23, 2026 by jayzhan211 Contributor Loading…
fix: reduce RANK window top-K memory from O(input) to O(K + ties) per partition physical-plan Changes to the physical-plan crate
#24591 opened Aug 23, 2026 by jayzhan211 Contributor Loading…
fix: Avoid casting unreachable nested List values common Related to common crate sqllogictest SQL Logic Tests (.slt)
#24590 opened Aug 23, 2026 by goutamadwant Contributor Loading…
bench: add window aggregate filter benchmarks physical-plan Changes to the physical-plan crate
#24589 opened Aug 23, 2026 by lyne7-sc Contributor Loading…
perf: evaluate elementwise scalar functions once per distinct dictionary value functions Changes to functions implementation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#24588 opened Aug 23, 2026 by radmirnovii Loading…
fix: hash join dynamic filter with dictionary-encoded join keys physical-plan Changes to the physical-plan crate
#24587 opened Aug 23, 2026 by jayzhan211 Contributor Loading…
bench: scalar functions over dictionary-encoded columns physical-expr Changes to the physical-expr crates
#24586 opened Aug 23, 2026 by radmirnovii Loading…
Sql benchmark sync updated queries
#24583 opened Aug 22, 2026 by Omega359 Contributor Loading…
fix(common): support empty struct in ScalarValue::compact and new_default common Related to common crate
#24582 opened Aug 22, 2026 by unikdahal Loading…
feat: tests for nan and nulls in percentile and median UDAF sqllogictest SQL Logic Tests (.slt)
#24580 opened Aug 22, 2026 by theirix Contributor Loading…
perf: replace PiecewiseMergeJoin's visited bitmap with a suffix watermark (~1.8x faster Left join) core Core DataFusion crate physical-plan Changes to the physical-plan crate
#24579 opened Aug 22, 2026 by jayzhan211 Contributor Loading…
chore: migrate HawkEye to v7 development-process Related to development process of DataFusion documentation Improvements or additions to documentation
#24578 opened Aug 22, 2026 by tisonkun Member Loading…
feat: widen percentile input to use larger precision functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#24577 opened Aug 22, 2026 by theirix Contributor Loading…
docs: list DataFusion Bloom extension documentation Improvements or additions to documentation
#24575 opened Aug 22, 2026 by YimingQiao Loading…
fix: ensure deferred-filtered outer joins preserve streamed output order physical-plan Changes to the physical-plan crate
#24573 opened Aug 22, 2026 by jayzhan211 Contributor Loading…
PartitionedFile::metadata_size_hint serde common Related to common crate proto Related to proto crate
#24568 opened Aug 21, 2026 by joybestourous Draft
docs: document DELETE and UPDATE for SQL users and table provider authors documentation Improvements or additions to documentation
#24567 opened Aug 21, 2026 by michaelsembwever Member Loading…
Enable more clippy lints catalog Related to the catalog crate common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate ffi Changes to the ffi 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 spark sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#24566 opened Aug 21, 2026 by emilk Contributor Loading…
fix: support RunEndEncoded arrays in function and window frame type coercion logical-expr Logical plan and expressions optimizer Optimizer rules
#24565 opened Aug 21, 2026 by thorfour Loading…
ci: add performance regression check for PRs / merges development-process Related to development process of DataFusion performance Make DataFusion faster
#24562 opened Aug 21, 2026 by Dandandan Contributor Loading…
chore: remove deprecated ScalarUDF / ScalarUDFImpl methods past the API health policy functions Changes to functions implementation logical-expr Logical plan and expressions
#24561 opened Aug 21, 2026 by MannXo Loading…
bench(functions-aggregate): benchmark coalescing peer first_value into a struct (#23682) functions Changes to functions implementation
#24559 opened Aug 21, 2026 by zhuqi-lucas Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.