vinodkc commented on code in PR #53251:
URL: https://github.com/apache/spark/pull/53251#discussion_r2569836360


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -6029,6 +6029,12 @@
     ],
     "sqlState" : "428EK"
   },
+  "TEMP_VIEW_WRITE_NOT_ALLOWED" : {
+    "message" : [
+      "Cannot write into temp view <quoted> as it's not a data source v2 
relation."
+    ],
+    "sqlState" : "42623"

Review Comment:
   Can you explain the choice of sqlState 42623? The definition is "DEFAULT 
clause cannot be specified", which doesn't seem to match this error's purpose. 
Have you considered 42809 instead?



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