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

[codex] Cache nth_value scalar results functions Changes to functions implementation
#23020 opened Jun 18, 2026 by Dandandan Contributor Draft
[codex] Cache nth_value valid indices functions Changes to functions implementation
#23019 opened Jun 18, 2026 by Dandandan Contributor Draft
Implement FixedSizeBinary zero-copy reinterpretation optimization physical-expr Changes to the physical-expr crates
#23018 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
Implement Legacy String Optimization (Utf8TwoStageFilter) auto detected api change Auto detected API change physical-expr Changes to the physical-expr crates
#23017 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
Implement String View (Utf8View/BinaryView) Optimizations auto detected api change Auto detected API change physical-expr Changes to the physical-expr crates
#23016 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
Implement Direct Probe (Hash) Filter for large primitive lists physical-expr Changes to the physical-expr crates
#23015 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
Implement Branchless Filter for small primitive lists physical-expr Changes to the physical-expr crates
#23014 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
Implement Zero-Copy Reinterpretation and enable Int8/Int16 Bitmaps physical-expr Changes to the physical-expr crates
#23013 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
Extend Bitmap Filter to UInt16 (Heap-based) physical-expr Changes to the physical-expr crates
#23012 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
Implement Bitmap Filter for UInt8 (Stack-based) physical-expr Changes to the physical-expr crates
#23011 opened Jun 18, 2026 by geoffreyclaude Contributor Draft
chore(deps-dev): bump webpack-dev-server from 5.2.4 to 5.2.5 in /datafusion/wasmtest/datafusion-wasm-app dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
#23009 opened Jun 18, 2026 by dependabot Bot Loading…
chore: Test update object store to 0.14.0 auto detected api change Auto detected API change core Core DataFusion crate
#23005 opened Jun 17, 2026 by alamb Contributor Draft
Add Hotdata to the "known users" list in introduction.md documentation Improvements or additions to documentation
#23004 opened Jun 17, 2026 by zfarrell Contributor Loading…
Add sorted TopK TPC-H benchmark target
#23003 opened Jun 17, 2026 by geoffreyclaude Contributor Loading…
Fix DuckDB unparse for optimized join projections core Core DataFusion crate sql SQL Planner
#23002 opened Jun 17, 2026 by goutamadwant Loading…
feat(unparser): support binary literals sql SQL Planner
#23001 opened Jun 17, 2026 by zyuiop Loading…
fix: coalesce the merged key of RIGHT/FULL USING/NATURAL joins logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#22998 opened Jun 17, 2026 by Phoenix500526 Loading…
implement map_agg functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)
#22996 opened Jun 17, 2026 by LiaCastaneda Contributor Draft
fix: Parquet bloom filter pruning can incorrectly filter decimals encoded as FIXED_LEN_BYTE_ARRAY datasource Changes to the datasource crate
#22995 opened Jun 17, 2026 by lyne7-sc Contributor Loading…
fix: coerce SIMILAR TO operands to a common string type optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt)
#22992 opened Jun 17, 2026 by mvanhorn Contributor Loading…
Fix shared TopK early exit with shared prefix threshold physical-plan Changes to the physical-plan crate
#22991 opened Jun 17, 2026 by geoffreyclaude Contributor Loading…
Return errors on string builder offset overflow in replace and initcap functions Changes to functions implementation
#22990 opened Jun 17, 2026 by kosiew Contributor Loading…
feat: Add SQL planner, physical planner, and TableProvider hook for MERGE INTO catalog Related to the catalog crate core Core DataFusion crate logical-expr Logical plan and expressions sql SQL Planner
#22988 opened Jun 17, 2026 by wirybeaver Contributor Loading…
minor: reuse ColumnarValue::into_array in map's expand_if_scalar and avoid uncessary clones functions Changes to functions implementation
#22984 opened Jun 16, 2026 by nathanb9 Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.