Skip to content

Commit

Permalink
[hotfix][runtime] Remove useless imports and incorrect comment of Str…
Browse files Browse the repository at this point in the history
…eamingJobGraphGeneratorTest
  • Loading branch information
ifndef-SleePy authored and zhuzhurk committed Jan 29, 2023
1 parent a55ae1c commit 640fbb8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
import static org.apache.flink.util.Preconditions.checkNotNull;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static org.assertj.core.api.InstanceOfAssertFactories.stream;

/** Tests for {@link StreamingJobGraphGenerator}. */
@ExtendWith(TestLoggerExtension.class)
Expand Down Expand Up @@ -1803,7 +1802,6 @@ void testSinkSupportConcurrentExecutionAttempts() {
env.setRuntimeMode(RuntimeExecutionMode.BATCH);

final DataStream<Integer> source = env.fromElements(1, 2, 3).name("source");
// source -> (map1 -> map2) -> sink
source.rebalance()
.sinkTo(new TestSinkWithSupportsConcurrentExecutionAttempts())
.name("sink");
Expand Down

0 comments on commit 640fbb8

Please sign in to comment.