wuchong commented on a change in pull request #11797:
URL: https://github.com/apache/flink/pull/11797#discussion_r414237437



##########
File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/CalcITCase.scala
##########
@@ -66,7 +66,7 @@ class CalcITCase extends StreamingTestBase {
     result.addSink(sink)
     env.execute()
 
-    val expected = List("I(1,1,1)")
+    val expected = List("I+(1,1,1)")

Review comment:
       ```
   +I | a | 12 | FDF
   -U | b | 13 | EFC
   +U | b | 14 | CDE
   -D | d | 15 | IKH
   ```




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


Reply via email to