danny0405 commented on code in PR #9580:
URL: https://github.com/apache/hudi/pull/9580#discussion_r1311004246


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/catalog/HoodieCatalog.java:
##########
@@ -125,6 +125,15 @@ public void open() throws CatalogException {
     } catch (IOException e) {
       throw new CatalogException(String.format("Checking catalog path %s 
exists exception.", catalogPathStr), e);
     }
+    if (!databaseExists(getDefaultDatabase())) {
+      LOG.info("{} does not exist, will be created.", getDefaultDatabase());

Review Comment:
   `Creating database {} automically because it does not exist`



-- 
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]

Reply via email to