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

optimize initcap function by avoiding memory allocation functions Changes to functions implementation
#16878 opened Jul 23, 2025 by waynexia Loading…
refactor character_length impl by unifying null handling logic functions Changes to functions implementation
#16877 opened Jul 23, 2025 by waynexia Loading…
Perf: Optimize vectorized append function physical-plan Changes to the physical-plan crate
#16876 opened Jul 23, 2025 by zhuqi-lucas Loading…
fix(datafusion-proto): support serializing/deserilizing ArrowFormat tables proto Related to proto crate
#16875 opened Jul 23, 2025 by colinmarc Loading…
dissallow pushdown of volatile PhysicalExprs core Core DataFusion crate optimizer Optimizer rules
#16861 opened Jul 23, 2025 by adriangb Loading…
test: Fix flaky join tests sqllogictest SQL Logic Tests (.slt)
#16860 opened Jul 23, 2025 by 2010YOUY01 Loading…
speedup date_trunc (~7x faster) in some cases documentation Improvements or additions to documentation functions Changes to functions implementation
#16859 opened Jul 22, 2025 by waynexia Loading…
Fixes 3 bugs during serialization and deserialization of physical plans core Core DataFusion crate ffi Changes to the ffi crate physical-plan Changes to the physical-plan crate proto Related to proto crate
#16858 opened Jul 22, 2025 by NGA-TRAN Loading…
Ensure Substrait consumer can handle expressions in VirtualTable substrait Changes to the substrait crate
#16857 opened Jul 22, 2025 by lorenarosati Loading…
MINOR: add unit tests for chr function functions Changes to functions implementation
#16856 opened Jul 22, 2025 by waynexia Loading…
Fix: unnest with alias reports error logical-expr Logical plan and expressions sql SQL Planner
#16854 opened Jul 22, 2025 by xudong963 Draft
Docs: Update Upgrading.md to reflect 49.0.0 is released documentation Improvements or additions to documentation
#16853 opened Jul 22, 2025 by alamb Loading…
fix: PlaceholderRowExec::partition_statistics core Core DataFusion crate physical-plan Changes to the physical-plan crate
#16851 opened Jul 22, 2025 by crepererum Loading…
feat(spark): Implement Spark string function luhn_check spark sqllogictest SQL Logic Tests (.slt)
#16848 opened Jul 22, 2025 by Standing-Man Loading…
Improve async_udf example and docs core Core DataFusion crate documentation Improvements or additions to documentation
#16846 opened Jul 21, 2025 by alamb Loading…
Derive UDF equality from PartialEq, Hash core Core DataFusion crate ffi Changes to the ffi crate logical-expr Logical plan and expressions proto Related to proto crate sql SQL Planner
#16842 opened Jul 21, 2025 by findepi Loading…
Fix integration tests not running core Core DataFusion crate datasource Changes to the datasource crate
#16835 opened Jul 21, 2025 by kosiew Loading…
feat: enhance support for Decimal128 and Decimal256 common Related to common crate optimizer Optimizer rules
#16831 opened Jul 20, 2025 by theirix Loading…
feat(spark): implement Spark math function mod/pmod spark sqllogictest SQL Logic Tests (.slt)
#16829 opened Jul 20, 2025 by chenkovsky Loading…
feat(spark): implement Spark datetime function last_day spark sqllogictest SQL Logic Tests (.slt)
#16828 opened Jul 20, 2025 by Standing-Man Loading…
Replace π-related bound constants with next_up/next_down common Related to common crate
#16823 opened Jul 18, 2025 by rthummaluru Loading…
Address memory over-accounting in array_agg functions Changes to functions implementation
#16816 opened Jul 18, 2025 by gabotechs Loading…
ProTip! Exclude everything labeled bug with -label:bug.