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

Improve error messages for incorrect zero argument signatures logical-expr Logical plan and expressions
#13881 opened Dec 22, 2024 by alamb Loading…
minor: fix typos in comments / structure names common Related to common crate core Core DataFusion crate functions logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Physical Expressions proto Related to proto crate sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait
#13879 opened Dec 22, 2024 by zhuliquan Loading…
ci improvements development-process Related to development process of DataFusion sqllogictest SQL Logic Tests (.slt)
#13876 opened Dec 21, 2024 by Omega359 Loading…
Support (order by / sort) for DataFrameWriteOptions core Core DataFusion crate
#13874 opened Dec 21, 2024 by zhuqi-lucas Loading…
Require all zero argument UDFs use Signature::Nullary, improve error messages core Core DataFusion crate functions logical-expr Logical plan and expressions optimizer Optimizer rules
#13871 opened Dec 21, 2024 by alamb Draft
WIP: ParquetSink should be aware of arrow schema encoding for the file metadata. common Related to common crate core Core DataFusion crate proto Related to proto crate
#13866 opened Dec 21, 2024 by wiedld Draft
Support 1 or 3 arg in generate_series() UDTF sqllogictest SQL Logic Tests (.slt)
#13856 opened Dec 20, 2024 by UBarney Loading…
chore: Migration Guide documentation Improvements or additions to documentation
#13849 opened Dec 19, 2024 by comphead Loading…
Support unparsing implicit lateral UNNEST plan to SQL text logical-expr Logical plan and expressions sql SQL Planner
#13824 opened Dec 18, 2024 by goldmedal Loading…
Preserve constant values across union operations physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt)
#13805 opened Dec 17, 2024 by gokselk Draft
feat: add AsyncCatalogProvider helpers for asynchronous catalogs catalog Related to the catalog crate
#13800 opened Dec 16, 2024 by westonpace Loading…
verify TPC-DS results
#13791 opened Dec 16, 2024 by Lordworms Loading…
Feature scalar regexp match benchmark core Core DataFusion crate
#13789 opened Dec 15, 2024 by zhuliquan Loading…
[substrait] Add support for ExtensionTable core Core DataFusion crate logical-expr Logical plan and expressions substrait
#13772 opened Dec 13, 2024 by ccciudatu Draft
Round floats but not decimals in SqlLogicTests sqllogictest SQL Logic Tests (.slt)
#13743 opened Dec 12, 2024 by findepi Draft
Support binary temporal arithmetic with integers logical-expr Logical plan and expressions
#13741 opened Dec 12, 2024 by milevin Loading…
Add sum statistics and PhysicalExpr::column_statistics common Related to common crate core Core DataFusion crate functions logical-expr Logical plan and expressions physical-expr Physical Expressions proto Related to proto crate
#13736 opened Dec 11, 2024 by gatesn Loading…
[POC] Try to plan ast::Expr::CompoundFieldAccess syntax common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions sql SQL Planner sqllogictest SQL Logic Tests (.slt)
#13734 opened Dec 11, 2024 by goldmedal Draft
Deprecate ScalarUDFImpl::return_type core Core DataFusion crate functions logical-expr Logical plan and expressions
#13717 opened Dec 10, 2024 by andygrove Loading…
chore: reinstate find_df_window_func logical-expr Logical plan and expressions
#13708 opened Dec 9, 2024 by andygrove Draft
Always add round robin repartitioning to leaves (data sources), benefitting unbalanced / small datasets common Related to common crate core Core DataFusion crate performance Make DataFusion faster sqllogictest SQL Logic Tests (.slt)
#13707 opened Dec 9, 2024 by Dandandan Loading…
ProTip! Filter pull requests by the default branch with base:main.