zhuzhurk commented on code in PR #21672:
URL: https://github.com/apache/flink/pull/21672#discussion_r1090097606
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/batch/sql/DynamicFilteringITCase.java:
##########
@@ -48,9 +48,7 @@ public class DynamicFilteringITCase extends BatchTestBase {
private Catalog catalog;
static Stream<Arguments> parameters() {
- return Stream.of(
- Arguments.of(BatchShuffleMode.ALL_EXCHANGES_BLOCKING),
- Arguments.of(BatchShuffleMode.ALL_EXCHANGES_PIPELINED));
+ return
Stream.of(Arguments.of(BatchShuffleMode.ALL_EXCHANGES_BLOCKING));
Review Comment:
DynamicFilteringITCase, MultipleInputCreationTest and MultipleInputITCase
are reworked so that they now keep testing both ALL_EXCHANGES_PIPELINED and
ALL_EXCHANGES_BLOCKING.
--
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]