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

Consolidate sql examples sql
#11173 opened Jun 28, 2024 by alamb Loading…
Minor: make some physical_optimizer rules public core Core datafusion crate
#11171 opened Jun 28, 2024 by askalt Loading…
fix: Support dictionary type in parquet metadata statistics. core Core datafusion crate
#11169 opened Jun 28, 2024 by efredine Loading…
Minor: fix SQLOptions::with_allow_ddl comments core Core datafusion crate
#11166 opened Jun 28, 2024 by alamb Loading…
Remove pr_benchmarks.yml
#11165 opened Jun 28, 2024 by alamb Loading…
Reduce TaskContext clone core Core datafusion crate
#11161 opened Jun 28, 2024 by lewiszlw Draft
[draft] Add LogicalType, try to support user-defined types core Core datafusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Physical Expressions sql sqllogictest substrait
#11160 opened Jun 28, 2024 by notfilippo Draft
8 tasks
fix(typo): unqualifed to unqualified api change Changes the API exposed to users of the crate core Core datafusion crate logical-expr Logical plan and expressions optimizer Optimizer rules
#11159 opened Jun 28, 2024 by waynexia Loading…
Enable clone_on_ref_ptr lint core Core datafusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Physical Expressions sql
#11157 opened Jun 28, 2024 by lewiszlw Draft
Minor: Add more support for ScalarValue::Float16
#11156 opened Jun 28, 2024 by Lordworms Loading…
Rewrite array @> array and array <@ array in sql_expr_to_logical_expr logical-expr Logical plan and expressions sql
#11155 opened Jun 28, 2024 by jayzhan211 Loading…
Covert grouping to udaf logical-expr Logical plan and expressions physical-expr Physical Expressions
#11147 opened Jun 27, 2024 by Rachelint Draft
Custom operator support core Core datafusion crate logical-expr Logical plan and expressions physical-expr Physical Expressions sql substrait
#11137 opened Jun 26, 2024 by samuelcolvin Loading…
6 tasks done
fix: Ignore nullability in Substrait structs
#11130 opened Jun 26, 2024 by Blizzara Loading…
Add standalone example of using the SQL frontend logical-expr Logical plan and expressions
#11088 opened Jun 23, 2024 by alamb Loading…
Remove outdated rewrite_expr.rs example optimizer Optimizer rules
#11085 opened Jun 23, 2024 by alamb Draft
Add input_nullable for UDAF args StateField and Accumulator logical-expr Logical plan and expressions
#11063 opened Jun 22, 2024 by eejbyfeldt Draft
Recursive unnest logical-expr Logical plan and expressions sql sqllogictest
#11062 opened Jun 22, 2024 by duongcongtoai Loading…
Make ArragAgg (not ordered or distinct) into a UDAF core Core datafusion crate logical-expr Logical plan and expressions physical-expr Physical Expressions sql
#11045 opened Jun 21, 2024 by eejbyfeldt Draft
ProTip! Filter pull requests by the default branch with base:main.