datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
### Describe the bug The ticket is umbrella for Sort Merge Join LeftSemi bugs. Currently Sort Merge Join LeftSemi crashes or gives the wrong result. ### To Reproduce To reproduce...
### Describe the bug SMJ LeftAnti join returns the wrong result ### To Reproduce ``` #[tokio::test] async fn test_anti() -> Result { let ctx: SessionContext = SessionContext::new(); let sql =...
## Which issue does this PR close? Part of #10374 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
# Which issue does this PR close? Closes #6817. # Rationale for this change # What changes are included in this PR? 1. upgrade sql-parser version https://github.com/sqlparser-rs/sqlparser-rs/pull/933 2. support postgres...
## Which issue does this PR close? Ref #7213 . Ref #7214 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes...
## Which issue does this PR close? NA ## Rationale for this change This PR would like to support `quantile_cont()` and `quantile_disc()` statistical aggregate functions. ```sql ❯ select quantile_cont(column1, 0.3)...
## Which issue does this PR close? Follow on to https://github.com/apache/datafusion/pull/10607/ ## Rationale for this change @advancedxy noted https://github.com/apache/datafusion/pull/10607/files#r1611810009 that there was an assumption that was not programatically validated ##...
## Which issue does this PR close? Closes #. ## Rationale for this change #9637 I think it is easier to avoid clone after the plan are all boxed instead...
## Which issue does this PR close? Closes #9637. ## Rationale for this change ## What changes are included in this PR? Boxed plan #9763 is included too. ## Are...
## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...