Zouxxyy commented on code in PR #9770:
URL: https://github.com/apache/hudi/pull/9770#discussion_r1334927198
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/catalog/HoodieHiveCatalog.java:
##########
@@ -455,8 +456,9 @@ public void createTable(ObjectPath tablePath,
CatalogBaseTable table, boolean ig
throw new DatabaseNotExistException(getName(),
tablePath.getDatabaseName());
}
- if (!table.getOptions().getOrDefault(CONNECTOR.key(),
"").equalsIgnoreCase("hudi")) {
- throw new HoodieCatalogException(String.format("The %s is not hoodie
table", tablePath.getObjectName()));
Review Comment:
This exeception is only throwed when using `create table options(connection
= 'xxx')` and `xxx != HoodieTableFactory.FACTORY_ID`, user just need to know
the correct FACTORY_ID, `tablePath.getObjectName()` no need to bo in the error
message
--
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]