Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/5016#discussion_r151100405
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/table/TableSourceITCase.scala
---
@@ -154,6 +154,40 @@ class TableSourceITCase extends
StreamingMultipleProgramsTestBase {
}
@Test
+ def testRowtimeTableSourceWithoutWMStrategy(): Unit = {
--- End diff --
I'd be fine with either way, but the test should ensure that watermarks are
preserved.
---