datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
### Describe the bug ## SQL ```sql SELECT "test.a" FROM (SELECT a AS "test.a" FROM test) ``` ## Bug Error: Context("Optimizer rule 'optimize_projections' failed", Context("optimize_projections", Internal("Failed due to a difference...
## Which issue does this PR close? Closes #11081 ## What changes are included in this PR? union_extract implementation, benchs and docs Add tables with union colum on the session...
### Is your feature request related to a problem or challenge? This ticket is a follow on to https://github.com/apache/datafusion/issues/10918 where we implemented enough initial support for `StringView` / `BinaryView` that...
### Is your feature request related to a problem or challenge? https://github.com/apache/arrow-datafusion/pull/6904 introduces some fancy new hashing and ways to implement aggregates min/max for strings (`StringArray` / `LargeStringArray`, etc) now...
## Which issue does this PR close? Closes #11838. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...
…calarValue::BinaryView ## Which issue does this PR close? Closes #12117 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
Part of https://github.com/apache/datafusion/issues/11752 and https://github.com/apache/datafusion/issues/11790 Currently, a call to `regexp_replace` with a Utf8View datatypes induces a cast. After the change that fixes this issue, it should not. ```sql query TT...
## Which issue does this PR close? Closes #11198 and #11689 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ##...
### Describe the bug There is `SimilarTo` expr in logical expr https://github.com/apache/datafusion/blob/23ccca9cd9bdf1791985f2b4abb6d5d8a4fc5ece/datafusion/expr/src/expr.rs#L241 However, there is not arm for SimilarTo expr in func `create_physical_expr` (in datafusion/physical-expr/src/planner.rs:L106) If I write sql include...
## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...