Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4471#discussion_r152817360
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/sql/JoinITCase.scala
---
@@ -414,6 +416,56 @@ class JoinITCase extends StreamingWithStateTestBase {
StreamITCase.compareWithList(expected)
}
+ /** test process time non-window inner join **/
+ @Test
+ def testProcessTimeNonWindowInnerJoin(): Unit = {
--- End diff --
`Proctime` or `ProcessingTime`
---