-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[native pos] Report estimated size and row count of broadcast data
Report an exact number of rows broadcasted along with an estimate of broadcast size in bytes. The estimate is based on serialized data size and roughly matches the size of the broadcast file. This size may be different from the size of the hash table that will be built from the broadcast data on the reducer. The estimate of the broadcast size will be used to check whether total size of broadcast data is within a configured limit. If not, the map stage will be retried with broadcast disabled.
- Loading branch information
Showing
2 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
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