sunjincheng121 commented on a change in pull request #7286: [FLINK-8739] 
[table] Optimize DISTINCT aggregates to use the same distinct accumulator if 
possible
URL: https://github.com/apache/flink/pull/7286#discussion_r247729153
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/sql/SqlITCase.scala
 ##########
 @@ -88,9 +93,9 @@ class SqlITCase extends StreamingWithStateTestBase {
     env.execute()
 
     val expected = Seq(
-      "Hello World,1,9,1970-01-01 00:00:00.014", // window starts at [9L] till 
{14L}
-      "Hello,1,16,1970-01-01 00:00:00.021",       // window starts at [16L] 
till {21L}, not merged
-      "Hello,3,6,1970-01-01 00:00:00.015"        // window starts at [1L,2L],
+      "Hello World,1,9,1,1,1970-01-01 00:00:00.014", // window starts at [9L] 
till {14L}
+      "Hello,1,16,1,1,1970-01-01 00:00:00.021",       // window starts at 
[16L] till {21L}, not merged
 
 Review comment:
   File line length exceeds 100 characters. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to