datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? Closes #12862 ## Are there any user-facing changes? union with a single input no longer works
## Which issue does this PR close? Just a POC for https://github.com/apache/datafusion/issues/13015#issuecomment-2424113317 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested?...
### Describe the bug While implementing https://github.com/apache/datafusion/pull/12972, I've pushed a commit with a bug for log(x,y) case. However, that CI tests were successful for that commit. Thanks to @berkaysynnada I've...
## Which issue does this PR close? Closes #12923 . ## Rationale for this change Copy-pasta'ing the issue description here: In https://github.com/apache/datafusion/pull/12881, https://github.com/apache/datafusion/pull/12890 it turned out that make_function_scalar_inputs_return_type may lead...
## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...
## Which issue does this PR close? Closes #12993. ## Rationale for this change Fixes a bug preventing derived logical plans from running in MySQL due to a requirement that...
### Is your feature request related to a problem or challenge? Follow on to https://github.com/apache/datafusion/pull/12969 and https://github.com/apache/datafusion/issues/12633 In https://github.com/apache/datafusion/issues/12633 @mhilton noted that joins sometimes generate giant record batches which causes...
## Which issue does this PR close? Closes #12788 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
## Which issue does this PR close? This is to address part of https://github.com/apache/datafusion-python/issues/823 downstream but may have wider application than just python. ## Rationale for this change This PR...
### Is your feature request related to a problem or challenge? Tracking ticket for next release, also a place to track desired inclusions Last release was https://crates.io/crates/datafusion/42.0.0 September 17th, 2024...