-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: merge scan for distributed execution (#1660)
* generate exec plan Signed-off-by: Ruihang Xia <[email protected]> * move DatanodeClients to client crate Signed-off-by: Ruihang Xia <[email protected]> * wip MergeScanExec::to_stream Signed-off-by: Ruihang Xia <[email protected]> * fix compile errors Signed-off-by: Ruihang Xia <[email protected]> * fix default catalog Signed-off-by: Ruihang Xia <[email protected]> * fix expand order of new stage Signed-off-by: Ruihang Xia <[email protected]> * move sqlness cases contains plan out of common dir Signed-off-by: Ruihang Xia <[email protected]> * refactor information schema to allow duplicated scan call Signed-off-by: Ruihang Xia <[email protected]> * fix: ignore two cases due to substrait Signed-off-by: Ruihang Xia <[email protected]> * reorganise sqlness common cases Signed-off-by: Ruihang Xia <[email protected]> * fix typos Signed-off-by: Ruihang Xia <[email protected]> * redact round robin partition number Signed-off-by: Ruihang Xia <[email protected]> * Apply suggestions from code review Co-authored-by: Yingwen <[email protected]> * skip tranforming projection Signed-off-by: Ruihang Xia <[email protected]> * update sqlness result Signed-off-by: Ruihang Xia <[email protected]> * revert common/order Signed-off-by: Ruihang Xia <[email protected]> * fix clippy Signed-off-by: Ruihang Xia <[email protected]> * Update src/query/src/dist_plan/merge_scan.rs Co-authored-by: JeremyHi <[email protected]> * update sqlness result Signed-off-by: Ruihang Xia <[email protected]> * update sqlness result again Signed-off-by: Ruihang Xia <[email protected]> * resolve CR comments Signed-off-by: Ruihang Xia <[email protected]> * ignore region failover IT Signed-off-by: Ruihang Xia <[email protected]> * update sqlness result again and again Signed-off-by: Ruihang Xia <[email protected]> * unignore some tests about projection Signed-off-by: Ruihang Xia <[email protected]> * enable failover tests Signed-off-by: Ruihang Xia <[email protected]> --------- Signed-off-by: Ruihang Xia <[email protected]> Co-authored-by: Yingwen <[email protected]> Co-authored-by: JeremyHi <[email protected]>
- Loading branch information
1 parent
fe6e3da
commit 2615718
Showing
61 changed files
with
1,162 additions
and
116 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.