dongjoon-hyun commented on a change in pull request #29753:
URL: https://github.com/apache/spark/pull/29753#discussion_r488263533
##########
File path: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java
##########
@@ -763,7 +763,7 @@ public boolean append(Object kbase, long koff, int klen,
Object vbase, long voff
if (longArray.size() / 2 < MAX_CAPACITY) {
try {
growAndRehash();
- } catch (SparkOutOfMemoryError oom) {
+ } catch (OutOfMemoryError oom) {
Review comment:
Ya. This was the root cause of reverting. I wanted to pass the UT once
more due to this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]