Hisoka-X commented on code in PR #5647:
URL: https://github.com/apache/seatunnel/pull/5647#discussion_r1361985218
##########
seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/src/main/java/org/apache/seatunnel/core/starter/spark/execution/TransformExecuteProcessor.java:
##########
@@ -127,33 +128,25 @@ public List<DatasetTableInfo>
execute(List<DatasetTableInfo> upstreamDataStreams
return upstreamDataStreams;
}
- private Dataset<Row> sparkTransform(SeaTunnelTransform transform,
Dataset<Row> stream)
- throws IOException {
+ private Dataset<Row> sparkTransform(SeaTunnelTransform transform,
Dataset<Row> stream) {
SeaTunnelDataType<?> seaTunnelDataType =
TypeConverterUtils.convert(stream.schema());
- transform.setTypeInfo(seaTunnelDataType);
Review Comment:
Missed refactor to remove it.
--
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]