allisonwang-db commented on code in PR #39910:
URL: https://github.com/apache/spark/pull/39910#discussion_r1105054729


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -177,6 +177,11 @@
     ],
     "sqlState" : "22018"
   },
+  "CREATE_PERSISTENT_OBJECT_OVER_TEMP_OBJECT" : {
+    "message" : [
+      "Cannot create a persistent <obj> <objName> by referencing a temporary 
<tempObj> <tempObjName>. Please make the temporary <tempObj> persistent, or 
make the persistent <obj> temporary."

Review Comment:
   I think they are used interchangeably in Spark. Any preference here @srielau?



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