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: preserve EmptyExec and PlaceholderRowExec partition count across proto round-trip api change Changes the API exposed to users of the crate auto detected api change Auto detected API change documentation Improvements or additions to documentation physical-plan Changes to the physical-plan crate proto Related to proto crate
#23643 opened Jul 16, 2026 by andygrove Member Loading…
fix: handle null date and timestamp format arguments functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#23641 opened Jul 16, 2026 by lyne7-sc Contributor Loading…
docs(physical-plan): correct the documentation for GroupColumn::vectorized_equal_to physical-plan Changes to the physical-plan crate
#23639 opened Jul 16, 2026 by mzabaluev Contributor Loading…
fix: Handle input_file_name() pushdown into ParquetSource with filter pushdown enabled datasource Changes to the datasource crate sqllogictest SQL Logic Tests (.slt)
#23638 opened Jul 16, 2026 by AdamGS Contributor Loading…
docs: add partitioned ClickBench SQL example
#23637 opened Jul 16, 2026 by ByteBaker Contributor Loading…
fix: Do not mark GROUP BY derived unique keys as nullable common Related to common crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#23636 opened Jul 16, 2026 by alamb Contributor Loading…
docs: Clarify FunctionalDependence::nullable and Dependency mode docs common Related to common crate documentation Improvements or additions to documentation
#23635 opened Jul 16, 2026 by alamb Contributor Loading…
Setup dependabot to do rust-toolchain updates development-process Related to development process of DataFusion
#23633 opened Jul 16, 2026 by Jefffrey Contributor Loading…
Bump MSRV from 1.88.0 to 1.94.0 api change Changes the API exposed to users of the crate documentation Improvements or additions to documentation
#23632 opened Jul 16, 2026 by Jefffrey Contributor Loading…
Various ScalarValue numeric method fixes & refactors (especially decimal) common Related to common crate optimizer Optimizer rules
#23631 opened Jul 16, 2026 by Jefffrey Contributor Loading…
[branch-54] Handle nulls in type coercion of higher-order UDFs, map_extract, spark array_repeat (backport #23071) core Core DataFusion crate functions Changes to functions implementation spark sqllogictest SQL Logic Tests (.slt)
#23629 opened Jul 16, 2026 by gstvg Contributor Draft
Add config-matrix tests in enforce_distribution.rs for range-satisfaction settings core Core DataFusion crate physical-plan Changes to the physical-plan crate
#23627 opened Jul 16, 2026 by blinding-pixels Draft
allow interleaveExec to support Range partioning physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#23623 opened Jul 15, 2026 by Rich-T-kid Contributor Loading…
Pass execution props to scalar subqueries core Core DataFusion crate
#23622 opened Jul 15, 2026 by timsaucer Member Loading…
docs: Update committer and PMC list documentation Improvements or additions to documentation
#23621 opened Jul 15, 2026 by alamb Contributor Loading…
test: Fix malformed regexp_instr error tests and add slt coverage sqllogictest SQL Logic Tests (.slt)
#23620 opened Jul 15, 2026 by alamb Contributor Loading…
feat: Store only the last row in the previous cursor for round robin tie-breaking purposes core Core DataFusion crate physical-plan Changes to the physical-plan crate
#23619 opened Jul 15, 2026 by ariel-miculas Contributor Loading…
feat: complete range repartition physical planning physical-plan Changes to the physical-plan crate
#23617 opened Jul 15, 2026 by saadtajwar Contributor Loading…
fix: dedup commutative AND/OR operands when canonicalize is disabled optimizer Optimizer rules performance Make DataFusion faster sqllogictest SQL Logic Tests (.slt)
#23615 opened Jul 15, 2026 by 1fanwang Loading…
perf: Concrete TopK array storage physical-plan Changes to the physical-plan crate
#23609 opened Jul 15, 2026 by MassivePizza Loading…
fix: reduce peak memory usage when round robin tiebreaker is disabled core Core DataFusion crate physical-plan Changes to the physical-plan crate
#23606 opened Jul 15, 2026 by ariel-miculas Contributor Loading…
fix: Preserve metadata when a cross-join is swapped physical-plan Changes to the physical-plan crate
#23605 opened Jul 15, 2026 by mkleen Contributor Loading…
feat(physical-optimizer): support FilterExec with embedded projection in WindowTopN core Core DataFusion crate optimizer Optimizer rules
#23599 opened Jul 15, 2026 by zhuqi-lucas Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.