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
Sort

Pull requests list

Fix ILIKE expression support in SQL unparser
#15820 opened Apr 23, 2025 by ewgenius Loading…
fix: Add coercion rules for Float16 types logical-expr Logical plan and expressions
#15816 opened Apr 22, 2025 by etseidl Loading…
Support unparsing UNION for distinct results sql SQL Planner
#15814 opened Apr 22, 2025 by phillipleblanc Loading…
Preserve projection for inline scan core Core DataFusion crate logical-expr Logical plan and expressions
#15811 opened Apr 22, 2025 by vadimpiven Loading…
refactor filter pushdown apis core Core DataFusion crate datasource Changes to the datasource crate optimizer Optimizer rules
#15801 opened Apr 22, 2025 by adriangb Loading…
Make Diagnostic easy/convinient to attach by using macro and avoiding map_err common Related to common crate sql SQL Planner
#15796 opened Apr 21, 2025 by logan-keede Loading…
Factor out Substrait consumers into separate files substrait Changes to the substrait crate
#15794 opened Apr 21, 2025 by gabotechs Loading…
Add FormatOptions to Config common Related to common crate core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
#15793 opened Apr 21, 2025 by blaginin Draft
Set HashJoin seed
#15783 opened Apr 20, 2025 by ctsk Loading…
Feature/benchmark config from env common Related to common crate
#15782 opened Apr 20, 2025 by ctsk Loading…
replace reassign_predicate_columns helper with PhysicalExpr::with_schema datasource Changes to the datasource crate physical-expr Changes to the physical-expr crates
#15779 opened Apr 20, 2025 by adriangb Loading…
Added SQL Example for Aggregate Functions development-process Related to development process of DataFusion documentation Improvements or additions to documentation functions Changes to functions implementation
#15778 opened Apr 19, 2025 by Adez017 Loading…
Perform type coercion for corr aggregate function during physical planning core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#15776 opened Apr 19, 2025 by kumarlokesh Loading…
feat: ORDER BY ALL logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#15772 opened Apr 19, 2025 by PokIsemaine Loading…
TopK dynamic filter pushdown attempt 2 common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#15770 opened Apr 18, 2025 by adriangb Loading…
Implement Parquet filter pushdown via new filter pushdown APIs core Core DataFusion crate datasource Changes to the datasource crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#15769 opened Apr 18, 2025 by adriangb Loading…
Use interleave to speed up hash repartitioning
#15768 opened Apr 18, 2025 by Dandandan Loading…
Improve ListingTable / ListingTableOptions docs core Core DataFusion crate
#15767 opened Apr 18, 2025 by alamb Loading…
Improve documentation for FileSource, DataSource and DataSourceExec datasource Changes to the datasource crate
#15766 opened Apr 18, 2025 by alamb Loading…
predicate pruning: support cast and try_cast for more types optimizer Optimizer rules
#15764 opened Apr 18, 2025 by adriangb Loading…
Support GroupsAccumulator for Avg duration functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#15748 opened Apr 17, 2025 by shruti2522 Loading…
feat: Add option to adjust writer buffer size for query output common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#15747 opened Apr 17, 2025 by m09526 Loading…
Improve push down limit (logical optimizer rule) core Core DataFusion crate optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#15744 opened Apr 17, 2025 by xudong963 Loading…
ProTip! Filter pull requests by the default branch with base:main.