dawidwys 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_r310028897
##########
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:
Yes, once this change is reverted and travis passes I would say we can merge
this PR.
----------------------------------------------------------------
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