ghkang98 commented on code in PR #36289: URL: https://github.com/apache/doris/pull/36289#discussion_r1642057830
########## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergMetadataOps.java: ########## @@ -173,4 +177,7 @@ public void dropTable(DropTableStmt stmt) throws DdlException { catalog.dropTable(TableIdentifier.of(dbName, tableName)); db.setUnInitialized(true); } + Review Comment: During the modification process, I accidentally pressed a blank line -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org