-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some small refactors to improve the stability. (#11847)
This PR is addressing some issues found during my local split-retry triage, to try to improve the stability. It includes: - replacing map with safeMap for the conversion between Table and ColumnarBatch. - reducing the GPU peak memory by closing the unnecessary batches as soon as possbile in Generate exec. - adding the retry support for Table splitting operation in Gpu write. - eliminating a potential memory leak in BroadcastNestedLoop join. The existing tests should already cover these changes. Signed-off-by: Firestarman <[email protected]>
- Loading branch information
1 parent
4fbecbc
commit 2999a14
Showing
5 changed files
with
52 additions
and
55 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