You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "valentinp17 (via GitHub)" <gi...@apache.org> on 2023/08/29 09:45:18 UTC

[GitHub] [spark] valentinp17 commented on a diff in pull request #42706: [SPARK-42304][SQL] Assign name to _LEGACY_ERROR_TEMP_2189

valentinp17 commented on code in PR #42706:
URL: https://github.com/apache/spark/pull/42706#discussion_r1308507702


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -3205,6 +3205,11 @@
     },
     "sqlState" : "0A000"
   },
+  "UNSUPPORTED_FUNCTION_BY_HIVE_VERSION" : {
+    "message" : [
+      "Hive 2.2 and lower versions don't support getTablesByType. Please use Hive 2.3 or higher version."

Review Comment:
   I guess I agree.
   I can rename to "GET_TABLES_BY_TYPE_UNSUPPORTED_BY_HIVE_VERSION" if it's not too long



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