dongjoon-hyun commented on a change in pull request #29753:
URL: https://github.com/apache/spark/pull/29753#discussion_r488278972



##########
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:
       Thank you so much for confirming, @ankurdave !




----------------------------------------------------------------
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]

Reply via email to