ruanwenjun commented on code in PR #5564:
URL: https://github.com/apache/seatunnel/pull/5564#discussion_r1338766058
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/CatalogTableUtil.java:
##########
@@ -117,7 +113,7 @@ public static List<CatalogTable> getCatalogTables(Config
config, ClassLoader cla
List<CatalogTable> catalogTables =
catalog.getTables(catalogConfig);
log.info(
String.format(
- "Get catalog tables, cost
time: %d",
+ "Get catalog tables, cost
time: %d/ms",
Review Comment:
Done
--
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]