wombatu-kun commented on code in PR #12867:
URL: https://github.com/apache/hudi/pull/12867#discussion_r1996521537


##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java:
##########
@@ -149,7 +150,7 @@ public String createTable(
     try {
       
HoodieTableMetaClient.builder().setConf(HoodieCLI.conf.newInstance()).setBasePath(path).build();
       existing = true;
-    } catch (TableNotFoundException dfe) {
+    } catch (TableNotFoundException | InvalidTableException dfe) {

Review Comment:
   @yihua hi! as a task reporter, could you review this PR and decide what to 
do: merge it as is, close without merging, switch to RuntimeException with 
fixed error message, or do something else?



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to