forked from apache/incubator-gluten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GLUTEN-6923][CH]
total_bytes_written
is not updated in celeborn pa…
…rtition writers (apache#6939) What changes were proposed in this pull request? (Please fill in changes proposed in this fix) Fixes: apache#6923 AQE has dependency on shuffle written bytes to generate a proper plan. How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) manual tests (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
- Loading branch information
Showing
4 changed files
with
19 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -407,5 +407,4 @@ object CHBackendSettings extends BackendSettingsApi with Logging { | |
} | ||
} | ||
} | ||
|
||
} |
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