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

Add sqlite sqllogictest run to extended.yml development-process Related to development process of DataFusion
#14101 opened Jan 12, 2025 by Omega359 Draft
Add recursion limit configuration to DFParser sql SQL Planner
#14095 opened Jan 12, 2025 by tlm365 Loading…
Add two new methods in ScalarFunction return_type_from_args and is_nullable_from_args_nullable core Core DataFusion crate functions logical-expr Logical plan and expressions physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt)
#14094 opened Jan 12, 2025 by jayzhan211 Loading…
fix null date args in range sqllogictest SQL Logic Tests (.slt)
#14093 opened Jan 12, 2025 by cht42 Loading…
Simplify the return type of sql_select_to_rex() sql SQL Planner
#14088 opened Jan 11, 2025 by jonahgao Loading…
fix: encode should work with non-UTF-8 binaries functions sqllogictest SQL Logic Tests (.slt)
#14087 opened Jan 11, 2025 by mesejo Loading…
doc-gen: make user_doc to work with predefined consts logical-expr Logical plan and expressions
#14086 opened Jan 11, 2025 by ding-young Loading…
Move JoinSelection into datafusion-physical-optimizer crate (#14073) core Core DataFusion crate optimizer Optimizer rules
#14085 opened Jan 11, 2025 by cj-zhukov Loading…
Minor: Add a link to RecordBatchStreamAdapter to SendableRecordBatchStream execution Related to the execution crate
#14084 opened Jan 11, 2025 by alamb Loading…
chore: move SanityChecker into physical-optimizer crate core Core DataFusion crate optimizer Optimizer rules
#14083 opened Jan 11, 2025 by mnpw Draft
feat: add support for LogicalPlan::DML(...) serde proto Related to proto crate
#14079 opened Jan 10, 2025 by milenkovicm Loading…
Add ColumnStatistics::Sum common Related to common crate core Core DataFusion crate physical-expr Physical Expressions proto Related to proto crate
#14074 opened Jan 10, 2025 by gatesn Loading…
Minor: Document the rationale for the lack of Cargo.lock documentation Improvements or additions to documentation
#14071 opened Jan 10, 2025 by alamb Loading…
feat: metadata columns catalog Related to the catalog crate common Related to common crate core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules
#14057 opened Jan 9, 2025 by chenkovsky Loading…
WIP: Reduce time spent normalizing
#14049 opened Jan 8, 2025 by alamb Loading…
WIP: Proposed interface for physical plan invariant checking. core Core DataFusion crate physical-expr Physical Expressions
#13986 opened Jan 2, 2025 by wiedld Draft
Feat/ffi enter tokio runtime
#13937 opened Dec 29, 2024 by timsaucer Loading…
2
1
Find a way to communicate the ordering of a file back with the existi… core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
#13933 opened Dec 28, 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
chore: Migration Guide documentation Improvements or additions to documentation
#13849 opened Dec 19, 2024 by comphead Loading…
verify TPC-DS results
#13791 opened Dec 16, 2024 by Lordworms Loading…
ProTip! Filter pull requests by the default branch with base:main.