afedulov commented on code in PR #23553:
URL: https://github.com/apache/flink/pull/23553#discussion_r1382645917


##########
flink-formats/flink-avro/src/test/java/org/apache/flink/table/runtime/batch/AvroTypesITCase.java:
##########
@@ -240,7 +240,7 @@ public void testAvroToAvro() {
     }
 
     private DataStream<User> testData(StreamExecutionEnvironment env) {
-        return env.fromElements(USER_1, USER_2, USER_3);
+        return env.fromElements(USER_1, USER_2, USER_3).setParallelism(1);

Review Comment:
   ✅ 
https://github.com/apache/flink/pull/23553/commits/c04d0dd540c6c0e1635fcf59eb3c10a46cd1e0e5



##########
flink-formats/flink-avro/src/test/java/org/apache/flink/table/runtime/batch/AvroTypesITCase.java:
##########
@@ -240,7 +240,7 @@ public void testAvroToAvro() {
     }
 
     private DataStream<User> testData(StreamExecutionEnvironment env) {
-        return env.fromElements(USER_1, USER_2, USER_3);
+        return env.fromElements(USER_1, USER_2, USER_3).setParallelism(1);

Review Comment:
   ✅ 
https://github.com/apache/flink/pull/23553/commits/c04d0dd540c6c0e1635fcf59eb3c10a46cd1e0e5



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to