You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "beliefer (via GitHub)" <gi...@apache.org> on 2023/07/05 10:29:16 UTC

[GitHub] [spark] beliefer commented on a diff in pull request #41863: [SPARK-44303][SQL] Assign names to the error class _LEGACY_ERROR_TEMP_[2320-2324]

beliefer commented on code in PR #41863:
URL: https://github.com/apache/spark/pull/41863#discussion_r1252901259


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2903,6 +2923,11 @@
       "3. set \"spark.sql.legacy.allowUntypedScalaUDF\" to \"true\" and use this API with caution."
     ]
   },
+  "UPDATE_FIELD_WITH_STRUCT_UNSUPPORTED" : {

Review Comment:
   I want create a parent-class `INVALID_UPDATE_FIELD` in future.
   There are a lot of similar error msg.



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