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


##########
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."

Review Comment:
   @cloud-fan  Thanks for the feedback! I’ve updated the PR to reuse the 
existing VIEW_WRITE_NOT_ALLOWED error instead of introducing a new one. Please 
let me know if there’s anything further to address.



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