mans2singh commented on a change in pull request #16587:
URL: https://github.com/apache/flink/pull/16587#discussion_r676959556



##########
File path: 
flink-examples/flink-examples-table/src/main/java/org/apache/flink/table/examples/java/basics/StreamWindowSQLExample.java
##########
@@ -87,8 +87,8 @@ public static void main(String[] args) throws Exception {
         env.execute("Streaming Window SQL Job");
 
         // should output:
-        // 2019-12-12 00:00:00.000,3,10,3
-        // 2019-12-12 00:00:05.000,3,6,2
+        // +I[2019-12-12 00:00:05.000, 3, 6, 2]
+        // +I[2019-12-12 00:00:00.000, 3, 10, 3]

Review comment:
       @tsreaper - I've changed the parallelism to 1 and now the output is in 
the same order as you had mentioned.  I've also added table output recommended 
by @JingsongLi.
   Please let me know if you have any other recommendations.  Thanks




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to