zhilinli123 commented on code in PR #5509:
URL: https://github.com/apache/seatunnel/pull/5509#discussion_r1330931116


##########
seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/src/main/java/org/apache/seatunnel/translation/flink/source/SeaTunnelParallelSource.java:
##########
@@ -31,9 +33,9 @@ public class SeaTunnelParallelSource extends 
BaseSeaTunnelSourceFunction
 
     protected static final String PARALLEL_SOURCE_STATE_NAME = 
"parallel-source-states";
 
-    public SeaTunnelParallelSource(SeaTunnelSource<SeaTunnelRow, ?, ?> source) 
{
+    public SeaTunnelParallelSource(SeaTunnelSource<SeaTunnelRow, ?, ?> source, 
Config envConfis) {
         // TODO: Make sure the source is uncoordinated.
-        super(source);
+        super(source, envConfis);

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]

Reply via email to