ruanwenjun commented on code in PR #5564:
URL: https://github.com/apache/seatunnel/pull/5564#discussion_r1338768819


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/CatalogTableUtil.java:
##########
@@ -184,16 +180,31 @@ public static List<CatalogTable> 
getCatalogTablesFromConfig(
     }
 
     public static CatalogTable buildWithConfig(Config config) {
-        ReadonlyConfig readonlyConfig = ReadonlyConfig.fromConfig(config);
-        return buildWithConfig(readonlyConfig);
+        if (!config.hasPath(TableSchemaOptions.SCHEMA.key())) {

Review Comment:
   We can! I revert this change.



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

Reply via email to