pan3793 commented on code in PR #50149: URL: https://github.com/apache/spark/pull/50149#discussion_r1980986273
########## common/utils/src/main/resources/error/error-conditions.json: ########## @@ -11,6 +11,12 @@ ], "sqlState" : "42845" }, + "AGGREGATE_OUT_OF_MEMORY" : { + "message" : [ + "No enough memory for aggregation" + ], + "sqlState" : "53200" Review Comment: thanks for pointing it out, updated -- 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