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

doc: Add SQL examples for SEMI + ANTI Joins documentation Improvements or additions to documentation
#16316 opened Jun 7, 2025 by jonathanc-n Loading…
Minor: Add upgrade guide for Expr::WindowFunction documentation Improvements or additions to documentation
#16313 opened Jun 6, 2025 by alamb Loading…
feature: sort by/cluster by/distribute by core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16310 opened Jun 6, 2025 by chenkovsky Draft
Improve ability to cancel queries quickly common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16301 opened Jun 6, 2025 by pepijnve Loading…
3
Support datafusion-cli access to public S3 buckets that do not require authentication documentation Improvements or additions to documentation
#16300 opened Jun 6, 2025 by alamb Loading…
Fix array_position on empty list documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
#16292 opened Jun 6, 2025 by Blizzara Loading…
feat: mapping sql Char/Text/String default to Utf8View core Core DataFusion crate physical-plan Changes to the physical-plan crate sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16290 opened Jun 6, 2025 by zhuqi-lucas Draft
docs: Expand MemoryPool docs with related structs execution Related to the execution crate
#16289 opened Jun 6, 2025 by 2010YOUY01 Loading…
[WIP] Add compression option to SpillManager common Related to common crate execution Related to the execution crate physical-plan Changes to the physical-plan crate
#16268 opened Jun 6, 2025 by ding-young Draft
3 tasks
Fix distinct count for DictionaryArray to correctly account for nulls in values array functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#16258 opened Jun 5, 2025 by kosiew Loading…
Draft: Use upstream arrow coalesce kernel in DataFusion core Core DataFusion crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16249 opened Jun 4, 2025 by alamb Draft
Perf: load default Utf8View for CSV datatype core Core DataFusion crate datasource Changes to the datasource crate
#16243 opened Jun 3, 2025 by zhuqi-lucas Loading…
[WIP] Flatten dependent join core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules proto Related to proto crate sql SQL Planner substrait Changes to the substrait crate
#16231 opened Jun 2, 2025 by irenjj Draft
feat: Support null aware + equijoins for NestedLoopJoin core Core DataFusion crate physical-plan Changes to the physical-plan crate proto Related to proto crate
#16210 opened May 29, 2025 by jonathanc-n Loading…
Always add parentheses when formatting BinaryExpr with SchemaDisplay core Core DataFusion crate documentation Improvements or additions to documentation logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate
#16209 opened May 29, 2025 by hendrikmakait Loading…
Fix: Map functions crash on out of bounds cases sqllogictest SQL Logic Tests (.slt)
#16203 opened May 28, 2025 by krishvishal Loading…
feat: Allow cancelling of grouping operations which are CPU bound common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation optimizer Optimizer rules physical-plan Changes to the physical-plan crate proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
#16196 opened May 27, 2025 by zhuqi-lucas Loading…
Track peak_mem_used in ExternalSorter physical-plan Changes to the physical-plan crate
#16192 opened May 27, 2025 by ding-young Draft
feat: Support parsing subqueries with OuterReferenceColumn belongs to non-adjacent outer relations logical-expr Logical plan and expressions optimizer Optimizer rules sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#16186 opened May 25, 2025 by duongcongtoai Loading…
Transform scalar correlated subqueries in Where to DependentJoin logical-expr Logical plan and expressions optimizer Optimizer rules substrait Changes to the substrait crate
#16174 opened May 24, 2025 by irenjj Draft
Add test for ordering of predicate pushdown into parquet datasource Changes to the datasource crate physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)
#16169 opened May 23, 2025 by adriangb Loading…
Set Formatted TableOptions Enum common Related to common crate core Core DataFusion crate datasource Changes to the datasource crate
#16166 opened May 23, 2025 by mertak-synnada Loading…
ProTip! Filter pull requests by the default branch with base:main.