omarsmak commented on a change in pull request #3308:
URL: https://github.com/apache/iceberg/pull/3308#discussion_r732033568
##########
File path: flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java
##########
@@ -99,7 +103,8 @@ static CatalogLoader createCatalogLoader(String name,
Map<String, String> proper
return CatalogLoader.hadoop(name, hadoopConf, properties);
default:
- throw new UnsupportedOperationException("Unknown catalog type: " +
catalogType);
+ throw new UnsupportedOperationException("Unknown catalog-type is set:
" + catalogType + ". Supported types " +
+ "are 'hive' or 'hadoop'");
Review comment:
Fixed
--
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]