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

doc: fix indent format explain documentation Improvements or additions to documentation
#16085 opened May 18, 2025 by chenkovsky Loading…
feat: Support RightMark join for NestedLoop and Hash join common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates proto Related to proto crate sql SQL Planner substrait Changes to the substrait crate
#16083 opened May 18, 2025 by jonathanc-n Loading…
fix: describe escaped quoted identifiers core Core DataFusion crate
#16082 opened May 18, 2025 by jfahne Loading…
Set TrackConsumersPool as default in datafusion-cli documentation Improvements or additions to documentation
#16081 opened May 18, 2025 by ding-young Loading…
Make ListingTable obey collect_statistics config core Core DataFusion crate
#16080 opened May 18, 2025 by adriangb Loading…
Semver-checks for all crate on merge and push development-process Related to development process of DataFusion
#16078 opened May 18, 2025 by logan-keede Draft
2
1
Optimize Hex Function
#16077 opened May 17, 2025 by ajita-asthana Loading…
Optimize char expression
#16076 opened May 17, 2025 by ajita-asthana Loading…
[Docs]: Added SQL example for all window functions documentation Improvements or additions to documentation
#16074 opened May 17, 2025 by Adez017 Loading…
chore: Remove SMJ experimental status core Core DataFusion crate
#16072 opened May 17, 2025 by comphead Loading…
adding support for Min/Max over LargeList and FixedSizeList common Related to common crate functions Changes to functions implementation optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#16071 opened May 16, 2025 by logan-keede Loading…
Update a bunch of dependencies
#16070 opened May 16, 2025 by alamb Loading…
Move PruningStatistics into datafusion::common common Related to common crate datasource Changes to the datasource crate optimizer Optimizer rules
#16069 opened May 16, 2025 by adriangb Loading…
chore(CI) Upgrade toolchain to Rust-1.87 common Related to common crate datasource Changes to the datasource crate logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner
#16068 opened May 16, 2025 by kadai0308 Loading…
Added SLT tests for IMDB benchmark queries sqllogictest SQL Logic Tests (.slt)
#16067 opened May 16, 2025 by kumarlokesh Loading…
Fix: common_sub_expression_eliminate optimizer rule failed optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#16066 opened May 16, 2025 by Col-Waltz Loading…
Handle union schema name coercion substrait Changes to the substrait crate
#16064 opened May 16, 2025 by LiaCastaneda Loading…
Fix Correlated Subquery With Depth Larger Than One core Core DataFusion crate proto Related to proto crate sql SQL Planner
#16060 opened May 15, 2025 by irenjj Draft
fix: coerce int96 resolution inside of list, struct, and map types core Core DataFusion crate datasource Changes to the datasource crate
#16058 opened May 15, 2025 by mbutrovich Loading…
Support metadata on scalar values core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
#16053 opened May 14, 2025 by timsaucer Draft
fix: PushDownFilter for GROUP BY on uppercase col names optimizer Optimizer rules
#16049 opened May 14, 2025 by aditanase Loading…
Fix contains function expression functions Changes to functions implementation
#16046 opened May 14, 2025 by liamzwbao Loading…
Use qualified names on DELETE selections sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16033 opened May 12, 2025 by nuno-faria Loading…
ProTip! Filter pull requests by the default branch with base:main.