twalthr commented on a change in pull request #9149: [FLINK-13303][hive] Add
e2e test for hive connector
URL: https://github.com/apache/flink/pull/9149#discussion_r304809331
##########
File path:
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV1.java
##########
@@ -87,6 +87,9 @@ public Function getFunction(IMetaStoreClient client, String
dbName, String funct
if (e.getCause() instanceof NoSuchObjectException) {
throw (NoSuchObjectException) e.getCause();
}
+ if
(e.getMessage().startsWith(NoSuchObjectException.class.getSimpleName())) {
Review comment:
Separate commit.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services