You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/10/26 08:32:07 UTC

[GitHub] [spark] MaxGekk commented on a diff in pull request #38387: [SPARK-40910][SQL] Replace UnsupportedOperationException with SparkUnsupportedOperationException

MaxGekk commented on code in PR #38387:
URL: https://github.com/apache/spark/pull/38387#discussion_r1005379310


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -4312,5 +4312,10 @@
     "message" : [
       "Not enough memory to build and broadcast the table to all worker nodes. As a workaround, you can either disable broadcast by setting <autoBroadcastjoinThreshold> to -1 or increase the spark driver memory by setting <driverMemory> to a higher value<analyzeTblMsg>"
     ]
+  },
+  "_LEGACY_ERROR_TEMP_2251" : {

Review Comment:
   Let's introduce a appropriate name as you are here.



-- 
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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org