You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "allisonwang-db (via GitHub)" <gi...@apache.org> on 2023/02/13 21:51:48 UTC

[GitHub] [spark] allisonwang-db commented on a diff in pull request #39910: [SPARK-42337][SQL] Add error class CREATE_PERSISTENT_OBJECT_OVER_TEMP_OBJECT

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org