cloud-fan commented on code in PR #41504:
URL: https://github.com/apache/spark/pull/41504#discussion_r1222492593


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1473,6 +1493,11 @@
       "The url is invalid: <url>. If necessary set <ansiConfig> to \"false\" 
to bypass this error."
     ]
   },
+  "INVALID_VIEW_TEXT" : {
+    "message" : [
+      "The view <tableName> cannot be displayed due to invalid view text: 
<viewText>. This may be caused by an unauthorized modification of the view or 
an incorrect query syntax. Please check your query syntax and verify that the 
view has not been tampered with."

Review Comment:
   ```suggestion
         "The view <viewName> cannot be displayed due to invalid view text: 
<viewText>. This may be caused by an unauthorized modification of the view or 
an incorrect query syntax. Please check your query syntax and verify that the 
view has not been tampered with."
   ```



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