yaooqinn commented on code in PR #44935:
URL: https://github.com/apache/spark/pull/44935#discussion_r1470485414


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1766,6 +1766,11 @@
           "which requires <expectedType> type, but the statement provided a 
value of incompatible <actualType> type."
         ]
       },
+      "NOT_CONSTANT" : {
+        "message" : [
+          "which is not a constant expression whose equivalent value is known 
at query planning time; please update your command to change the column default 
value to satisfy this constraint and then retry the command again."

Review Comment:
   A bit earful?



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