MaxGekk commented on code in PR #39119:
URL: https://github.com/apache/spark/pull/39119#discussion_r1053163693


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1309,6 +1309,11 @@
           "The ANALYZE TABLE FOR COLUMNS command does not support the type 
<columnType> of the column <columnName> in the table <tableName>."
         ]
       },
+      "ANALYZE_VIEW" : {
+        "message" : [
+          "The ANALYZE TABLE command does not supported on views."

Review Comment:
   ```suggestion
             "The ANALYZE TABLE command does not support views."
   ```



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