itholic commented on code in PR #39873:
URL: https://github.com/apache/spark/pull/39873#discussion_r1098143452


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -76,6 +76,13 @@
       "Could not load Protobuf class with name <protobufClassName>. 
<explanation>."
     ]
   },
+  "CANNOT_MODIFY_CONFIG" : {
+    "message" : [
+      "Cannot modify the value of a Spark config: <key>.",
+      "See also 
'https://spark.apache.org/docs/latest/sql-migration-guide.html#ddl-statements'."

Review Comment:
   Oh... yes.
   Will keep this in mind fix this in #39820 after merging.



-- 
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: [email protected]

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