You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/15 08:48:54 UTC

[GitHub] [spark] MaxGekk commented on a diff in pull request #39003: [SPARK-41465][SQL] Assign a name to the error class _LEGACY_ERROR_TEMP_1235

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


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1279,6 +1279,11 @@
           "The ANALYZE TABLE FOR COLUMNS command can operate on temporary views that have been cached already. Consider to cache the view <viewName>."
         ]
       },
+      "ANALYZE_UNSUPPORTED_COLUMN_TYPE" : {
+        "message": [
+          "The ANALYZE TABLE FOR COLUMNS command does not support on <colName> (data type: <dataType>) in table <tableName>."
+        ]

Review Comment:
   How about:
   ```
   The ANALYZE TABLE FOR COLUMNS command does not support the type <columnType> of the column <colName> in the table <tableName>.
   ```



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