zhuzhurk commented on code in PR #21672:
URL: https://github.com/apache/flink/pull/21672#discussion_r1090097778
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/batch/sql/MultipleInputCreationTest.scala:
##########
@@ -355,5 +355,5 @@ object MultipleInputCreationTest {
@Parameters(name = "shuffleMode: {0}")
def parameters: Array[BatchShuffleMode] =
- Array(BatchShuffleMode.ALL_EXCHANGES_BLOCKING,
BatchShuffleMode.ALL_EXCHANGES_PIPELINED)
Review Comment:
Fixed it in the proposed way.
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/MultipleInputITCase.scala:
##########
@@ -217,7 +217,7 @@ object MultipleInputITCase {
@Parameters(name = "shuffleMode: {0}")
def parameters: Array[BatchShuffleMode] =
- Array(BatchShuffleMode.ALL_EXCHANGES_BLOCKING,
BatchShuffleMode.ALL_EXCHANGES_PIPELINED)
Review Comment:
Fixed it in the proposed way.
--
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]