docete commented on a change in pull request #9276: [FLINK-13439] Run Streaming
SQL e2e test with blink planner
URL: https://github.com/apache/flink/pull/9276#discussion_r309010785
##########
File path:
flink-end-to-end-tests/flink-stream-sql-test/src/main/java/org/apache/flink/sql/tests/StreamSQLTestProgram.java
##########
@@ -202,7 +228,11 @@ public GeneratorTableSource(int numKeys, float
recordsPerKeyAndSecond, int durat
@Override
public DataStream<Row> getDataStream(StreamExecutionEnvironment
execEnv) {
- return execEnv.addSource(new Generator(numKeys,
recordsPerKeyAndSecond, durationSeconds, offsetSeconds));
+ return execEnv
+ .addSource(new Generator(numKeys,
recordsPerKeyAndSecond, durationSeconds, offsetSeconds))
Review comment:
FLINK-13494 will fix the parallelism setting logic for source/sink, and
remain compliant to Old planner. Ofter that, this explicit setting could be
removed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services