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_r309063130
 
 

 ##########
 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:
   Personally I would prefer to get the #9277 in first.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to