-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-26117][FOLLOW-UP][SQL]throw SparkOutOfMemoryError intead of SparkException in UnsafeHashedRelation #23190
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
Conversation
|
Test build #99534 has finished for PR 23190 at commit
|
8046944 to
92eb086
Compare
|
Test build #99540 has finished for PR 23190 at commit
|
92eb086 to
3376524
Compare
|
Test build #99541 has finished for PR 23190 at commit
|
3376524 to
5b39ed3
Compare
|
Test build #99548 has finished for PR 23190 at commit
|
|
retest this please |
|
Test build #99554 has finished for PR 23190 at commit
|
5b39ed3 to
87c567d
Compare
|
Test build #99557 has finished for PR 23190 at commit
|
|
retest this please |
|
LGTM |
|
retest this please |
|
Is this follow-up of #23084? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it better to use _?
|
LGTM except two comments |
87c567d to
44b9e03
Compare
|
Test build #99582 has finished for PR 23190 at commit
|
|
Test build #99584 has finished for PR 23190 at commit
|
gatorsmile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the PR title to [SPARK-26117] [FOLLOW-UP][SQL]throw SparkOutOfMemoryError intead of SparkException in UnsafeHashedRelation
|
thanks, merging to master! |
|
thanks, @cloud-fan @gatorsmile @kiszk. |
…parkException in UnsafeHashedRelation ## What changes were proposed in this pull request? When build hash Map with one row of data and run out of memory, we should throw a SparkOutOfMemoryError exception, which is more accurate than SparkException. this PR fix it. ## How was this patch tested? N / A Closes apache#23190 from heary-cao/throwUnsafeHashedRelation. Authored-by: caoxuewen <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
What changes were proposed in this pull request?
When build hash Map with one row of data and run out of memory, we should throw a SparkOutOfMemoryError exception, which is more accurate than SparkException. this PR fix it.
How was this patch tested?
N / A