Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-32484][SQL] Not accurate Log Info in BroadcastExchangeExec.scala #29290

Closed
wants to merge 1 commit into from

Conversation

prgitpr
Copy link

@prgitpr prgitpr commented Jul 29, 2020

s"Cannot broadcast the table that is larger than 8GB: ${dataSize >> 30} GB") is not accurate info , because 8GB is not accurate.

What changes were proposed in this pull request?

Log Info is not accurate, 8G not mean MAX_BROADCAST_TABLE_BYTES

Why are the changes needed?

offer accurate log Info , there is no 8GB in code.

Does this PR introduce any user-facing change?

yes

How was this patch tested?

no

s"Cannot broadcast the table that is larger than 8GB: ${dataSize >> 30} GB")  is not accurate info , because  8GB  is not accurate.
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@prgitpr prgitpr closed this Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants