zhangwl9 commented on code in PR #3339:
URL: https://github.com/apache/amoro/pull/3339#discussion_r1851564681
##########
amoro-format-hudi/src/main/java/org/apache/amoro/formats/hudi/HudiHadoopCatalog.java:
##########
@@ -155,6 +156,9 @@ public List<String> listTables(String database) {
() -> {
FileSystem fs = fs();
Path databasePath = new Path(warehouse, database);
+ if (!fs.exists(databasePath)) {
Review Comment:
Thank you very much for the suggestion, I've changed it
--
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]