lhyundeadsoul commented on code in PR #2036:
URL:
https://github.com/apache/incubator-seatunnel/pull/2036#discussion_r910930398
##########
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:
`ConsoleSink` can pass CI because it was exclusive by
`org.apache.seatunnel.flink.batch.FlinkBatchExecution#whetherExecute`
--
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]