ruanwenjun commented on code in PR #2036:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2036#discussion_r910957390


##########
seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-assert/src/main/java/org/apache/seatunnel/flink/assertion/sink/AssertSink.java:
##########
@@ -59,7 +61,7 @@ public void outputBatch(FlinkEnvironment env, DataSet<Row> 
inDataSet) {
                     throw new IllegalStateException("row :" + row + " fail 
rule: " + failRule);
                 });
             return null;
-        });
+        }).print();

Review Comment:
   OK, I got you, since when we execute collect, the flink job will be 
executed, so we cannot execute it again.



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