Skip to content

Commit 3182ef5

Browse files
committed
[FLINK-35793][tests] Remove hybrid shuffle types from BatchSQLTest temporarily
1 parent 050767c commit 3182ef5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: flink-end-to-end-tests/flink-batch-sql-test/src/test/java/org/apache/flink/sql/tests/BatchSQLTest.java

+5-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ class BatchSQLTest {
7171
@ParameterizedTest
7272
@EnumSource(
7373
value = BatchShuffleMode.class,
74-
names = {
75-
"ALL_EXCHANGES_BLOCKING",
76-
"ALL_EXCHANGES_HYBRID_FULL",
77-
"ALL_EXCHANGES_HYBRID_SELECTIVE"
74+
names = {"ALL_EXCHANGES_BLOCKING"
75+
// Remove hybrid shuffle types to unblock CI. This have to reactive when we find the
76+
// reason.
77+
// "ALL_EXCHANGES_HYBRID_FULL",
78+
// "ALL_EXCHANGES_HYBRID_SELECTIVE"
7879
// Only above shuffle modes are supported by the adaptive batch scheduler
7980
// , "ALL_EXCHANGES_PIPELINE"
8081
})

0 commit comments

Comments
 (0)