Hisoka-X commented on code in PR #8869: URL: https://github.com/apache/seatunnel/pull/8869#discussion_r1978555938
########## seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/Catalog.java: ########## @@ -58,6 +61,10 @@ default Optional<Factory> getFactory() { */ void open() throws CatalogException; + default Logger getLogger() { + return null; + } Review Comment: It's werid. -- 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...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org