Airblader commented on a change in pull request #16046:
URL: https://github.com/apache/flink/pull/16046#discussion_r649090357
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/CalcITCase.scala
##########
@@ -433,4 +435,61 @@ class CalcITCase extends StreamingTestBase {
val expected = List("{a=0.12, b=0.50}")
assertEquals(expected.sorted, sink.getAppendResults.sorted)
}
+
+ @Test
+ def testCurrentWatermark(): Unit = {
Review comment:
In the SQL client I now tried a bunch of different things like
windowing, interval joins etc. and they all seemed to work. Of course I'm using
simple, non-realistic setups. Let me know if there's anything specific to test?
You have a better idea of in which scenarios this can happen. :-)
I did add a couple of test cases here.
--
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:
[email protected]