This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NSE-417] Sort spill support framework (#369)
* adding unit test for sort spill Signed-off-by: Yuan Zhou <[email protected]> * fix format Signed-off-by: Yuan Zhou <[email protected]> * fix unit test Signed-off-by: Yuan Zhou <[email protected]> * support spill in sort Signed-off-by: Yuan Zhou <[email protected]> * fix read path Signed-off-by: Yuan Zhou <[email protected]> * support multiple keys Signed-off-by: Yuan Zhou <[email protected]> * update API for more kernels Signed-off-by: Yuan Zhou <[email protected]> * clean up Signed-off-by: Yuan Zhou <[email protected]> * support Spill API in sort Signed-off-by: Yuan Zhou <[email protected]> * reenable CoalesceBatch before Sort Signed-off-by: Yuan Zhou <[email protected]> * remove use cnt Signed-off-by: Yuan Zhou <[email protected]> * integrate with spark mem mgnt framework Signed-off-by: Yuan Zhou <[email protected]> * more spill to sort result iterator Signed-off-by: Yuan Zhou <[email protected]> * clean up Signed-off-by: Yuan Zhou <[email protected]> * release recordbatch from java size Signed-off-by: Yuan Zhou <[email protected]> * rebase Signed-off-by: Yuan Zhou <[email protected]> * fix unit test Signed-off-by: Yuan Zhou <[email protected]> * refine repeated spill Signed-off-by: Yuan Zhou <[email protected]> * fix format Signed-off-by: Yuan Zhou <[email protected]>
- Loading branch information
Showing
23 changed files
with
584 additions
and
97 deletions.
There are no files selected for viewing
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.