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


##########
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:
   I have added AssertSink in whetherExecute



##########
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:
   I have added AssertSink in whetherExecute to fix. 



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