Github user walterddr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5327#discussion_r170619950
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/harness/JoinHarnessTest.scala
---
@@ -985,4 +1017,232 @@ class JoinHarnessTest extends HarnessTestBase {
testHarness.close()
}
+
+ @Test
+ def testNonWindowLeftJoinWithOutNonEqualPred() {
--- End diff --
`WithOut` ==> `Without`---
