itholic commented on code in PR #42706:
URL: https://github.com/apache/spark/pull/42706#discussion_r1308078838
##########
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:
Is the `getTablesByType` only function that is not supported by Hive 2.2 and
lower?? Otherwise I feel the "FUNCTION" in the error class name might too
generic.
--
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]