Hisoka-X commented on code in PR #7283:
URL: https://github.com/apache/seatunnel/pull/7283#discussion_r1716249464


##########
seatunnel-core/seatunnel-core-starter/src/main/java/org/apache/seatunnel/core/starter/execution/PluginUtil.java:
##########
@@ -98,10 +104,11 @@ public static SourceTableInfo createSource(
                     
CatalogTableUtil.convertDataTypeToCatalogTables(seaTunnelDataType, tableId);
         }
 
-        if (catalogTables.size() != 1) {
-            throw new SeaTunnelException(
-                    String.format("Unsupported table number: %d on flink", 
catalogTables.size()));
-        }
+        //  if (catalogTables.size() != 1) {
+        //      throw new SeaTunnelException(
+        //              String.format("Unsupported table number: %d on flink",
+        // catalogTables.size()));
+        //  }

Review Comment:
   So flink will not throw exception now?



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

Reply via email to