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

Minor: Fix broken links for meetups in content library documentation Improvements or additions to documentation
#13445 opened Nov 15, 2024 by alamb Loading…
Add tests for crypto functions sqllogictest SQL Logic Tests (.slt)
#13443 opened Nov 15, 2024 by alamb Draft
Fix redundant data copying in unnest physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt)
#13441 opened Nov 15, 2024 by demetribu Loading…
Evaluate cheaper condition first in join selection and physical planner core Core DataFusion crate
#13435 opened Nov 15, 2024 by findepi Loading…
Produce informative error on physical schema mismatch core Core DataFusion crate
#13434 opened Nov 15, 2024 by findepi Loading…
[MINOR]: fix min max accumulator nan bug functions sqllogictest SQL Logic Tests (.slt)
#13432 opened Nov 15, 2024 by akurmustafa Loading…
Fix duckdb & sqlite character_length scalar unparsing sql SQL Planner
#13428 opened Nov 14, 2024 by Sevenannn Loading…
Fix Binary & Binary View Unparsing sql SQL Planner
#13427 opened Nov 14, 2024 by Sevenannn Loading…
Fix invalid swap for LeftMark nested loops join core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
#13426 opened Nov 14, 2024 by findepi Loading…
Improve documentation (and ASCII art) about streaming execution, and thread pools core Core DataFusion crate
#13423 opened Nov 14, 2024 by alamb Loading…
Refactor signatures for lpad, rpad, left, and right functions logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#13420 opened Nov 14, 2024 by jiashenC Draft
Support unparsing Array plan to SQL string sql SQL Planner
#13418 opened Nov 14, 2024 by goldmedal Loading…
fix: Remove dangling table references in unparser sql SQL Planner
#13405 opened Nov 14, 2024 by peasee Loading…
feat: Add implicit casting to TypeSignature::String logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#13404 opened Nov 14, 2024 by jonathanc-n Loading…
Add support for Utf8View to string_to_array and array_to_string sqllogictest SQL Logic Tests (.slt)
#13403 opened Nov 14, 2024 by Omega359 Loading…
Change TypeSignature for regexp_replace functions sqllogictest SQL Logic Tests (.slt)
#13402 opened Nov 14, 2024 by jonathanc-n Draft
Refactor regexplife signature functions
#13394 opened Nov 13, 2024 by jiashenC Loading…
Fix join on arrays of unhashable types common Related to common crate logical-expr Logical plan and expressions
#13388 opened Nov 13, 2024 by findepi Draft
TypeSignatureClass for mixed type function signature common Related to common crate functions logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#13372 opened Nov 12, 2024 by jayzhan211 Loading…
Introduce TypeSignature::Comparable and update NullIf signature functions logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
#13356 opened Nov 11, 2024 by jayzhan211 Loading…
feat(substrait): replace SessionContext with a trait core Core DataFusion crate substrait
#13343 opened Nov 10, 2024 by notfilippo Loading…
ProTip! Filter pull requests by the default branch with base:main.