You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/31 06:19:40 UTC

[GitHub] [flink] wuchong commented on a change in pull request #9276: [FLINK-13439] Run Streaming SQL e2e test with blink planner

wuchong 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_r309053823
 
 

 ##########
 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:
   This change should be reverted in #9277.

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


With regards,
Apache Git Services