dongjoon-hyun commented on code in PR #50149: URL: https://github.com/apache/spark/pull/50149#discussion_r1979653482
########## common/utils/src/main/resources/error/error-conditions.json: ########## @@ -1737,6 +1743,12 @@ ], "sqlState" : "42822" }, + "GROW_POINTER_ARRAY_OUT_OF_MEMORY" : { Review Comment: `GROW_POINTER_ARRAY_OUT_OF_MEMORY` -> `POINTER_ARRAY_OUT_OF_MEMORY`? It's because the existing *_OUT_OF_MEMORY has the following naming format. https://github.com/apache/spark/blob/921ef95609cde581d4ae32ab8ce18ec58913941d/common/utils/src/main/resources/error/error-conditions.json#L295 https://github.com/apache/spark/blob/921ef95609cde581d4ae32ab8ce18ec58913941d/common/utils/src/main/resources/error/error-conditions.json#L310 -- 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. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org