datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? N/A ## Rationale for this change There are a few minor issues for join metrics: 1. The `ExecutionPlan::metrics()` method is missing for `PiecewiseMergeJoinExec`....
## Which issue does this PR close? - Closes #7664 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? Added tests...
## Which issue does this PR close? - Closes #19150. ## Rationale for this change The Spark `bitwise_not` UDF always appeared as **nullable** in logical plans, even when its input...
## Which issue does this PR close? A small step towards https://github.com/apache/datafusion/issues/19227 ## Rationale for this change ## What changes are included in this PR? - Move doc prettier check...
## Which issue does this PR close? - Closes #. ## Rationale for this change A dependency graph for workspace member crates are often needed when doing refactors, I want...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** There is a user on Discord that wants `size` akin to the...
### Is your feature request related to a problem or challenge? See the instruction section in https://github.com/apache/datafusion/issues/16602 for details. ### Describe the solution you'd like _No response_ ### Describe alternatives...
## Which issue does this PR close? - Closes #19154 - Part of #19144 ## Rationale for this change ## What changes are included in this PR? - Spark `make_dt_interval`...
## Which issue does this PR close? - Closes #19157 ## Rationale for this change The `crc32` UDF was using the default return_type implementation which does not preserve nullability information...
## Which issue does this PR close? - Closes #18949 ## Rationale for this change We need to be able to base64 encode fixedsizebinary types. ## Are these changes tested?...