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 error result in execute&pre_selection physical-expr Changes to the physical-expr crates
#16930 opened Jul 27, 2025 by acking-you Loading…
Update release process development-process Related to development process of DataFusion
#16929 opened Jul 27, 2025 by xudong963 Loading…
Added Example for Statistical Functions in Docs documentation Improvements or additions to documentation
#16927 opened Jul 26, 2025 by Adez017 Loading…
Add ExplainMemory Trait for Memory Usage Reporting and Enhance Memory Debugging Tools execution Related to the execution crate physical-plan Changes to the physical-plan crate
#16926 opened Jul 26, 2025 by kosiew Draft
feat: support distinct for window core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules 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
#16925 opened Jul 26, 2025 by zhuqi-lucas Loading…
feat(spark): implement Spark math function rint spark sqllogictest SQL Logic Tests (.slt)
#16924 opened Jul 26, 2025 by chenkovsky Loading…
fix: TrivialValueAccumulators to ignore null states for ignore nulls functions Changes to functions implementation
#16918 opened Jul 25, 2025 by comphead Loading…
We have now the CI ensure all doc strings remain formatted common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate development-process Related to development process of DataFusion execution Related to the execution 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
#16916 opened Jul 25, 2025 by yazanmashal03 Loading…
Equivalence::fields_eq() and PhysicalSortExpr Update for Projections physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#16910 opened Jul 25, 2025 by berkaysynnada Loading…
Fix create table by values with string, which doesn't respect string_to_utf8view config logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16906 opened Jul 25, 2025 by xudong963 Draft
feat: Use PartialSortExec when input data is sorted on prefix columns core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#16905 opened Jul 25, 2025 by EeshanBembi Loading…
Make AsyncScalarUDFImpl::invoke_async_with_args consistent with ScalarUDFImpl::invoke_with_args documentation Improvements or additions to documentation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates
#16902 opened Jul 24, 2025 by geetanshjuneja Loading…
Add partial_sort.slt test for partially sorted data sqllogictest SQL Logic Tests (.slt)
#16900 opened Jul 24, 2025 by alamb Loading…
minor format core Core DataFusion crate logical-expr Logical plan and expressions sql SQL Planner
#16898 opened Jul 24, 2025 by ugoa Loading…
minor: Improve equivalence handling of joins core Core DataFusion crate physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate
#16893 opened Jul 24, 2025 by berkaysynnada Loading…
Add Fetch Property to OutputRequirementExec core Core DataFusion crate optimizer Optimizer rules
#16892 opened Jul 24, 2025 by berkaysynnada Loading…
fix: regex bench functions Changes to functions implementation
#16890 opened Jul 24, 2025 by chenkovsky Loading…
WIP: Rewrite NestedLoopJoin to limit intermediate size (up to 2X faster) physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16889 opened Jul 24, 2025 by 2010YOUY01 Draft
2 of 9 tasks
refactor character_length impl by unifying null handling logic functions Changes to functions implementation
#16877 opened Jul 23, 2025 by waynexia Loading…
Perf: Optimize vectorized append function performance Make DataFusion faster physical-plan Changes to the physical-plan crate
#16876 opened Jul 23, 2025 by zhuqi-lucas Loading…
dissallow pushdown of volatile PhysicalExprs core Core DataFusion crate optimizer Optimizer rules
#16861 opened Jul 23, 2025 by adriangb Loading…
speedup date_trunc (~7x faster) in some cases documentation Improvements or additions to documentation functions Changes to functions implementation performance Make DataFusion faster
#16859 opened Jul 22, 2025 by waynexia Loading…
Fix: unnest with alias reports error logical-expr Logical plan and expressions sql SQL Planner
#16854 opened Jul 22, 2025 by xudong963 Draft
Docs: Update Upgrading.md to reflect 49.0.0 is released documentation Improvements or additions to documentation
#16853 opened Jul 22, 2025 by alamb Loading…
ProTip! Exclude everything labeled bug with -label:bug.