CheneyYin commented on code in PR #7283:
URL: https://github.com/apache/seatunnel/pull/7283#discussion_r1712635210


##########
seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/src/main/java/org/apache/seatunnel/core/starter/spark/execution/TransformExecuteProcessor.java:
##########
@@ -129,10 +130,11 @@ public List<DatasetTableInfo> 
execute(List<DatasetTableInfo> upstreamDataStreams
 
     private Dataset<Row> sparkTransform(SeaTunnelTransform transform, 
DatasetTableInfo tableInfo) {
         Dataset<Row> stream = tableInfo.getDataset();
-        SeaTunnelDataType<?> inputDataType = 
tableInfo.getCatalogTable().getSeaTunnelRowType();
+        SeaTunnelDataType<?> inputDataType =
+                tableInfo.getCatalogTables().get(0).getSeaTunnelRowType();

Review Comment:
   Does Covenant `transform` only deal with the first one?



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