fhueske commented on a change in pull request #6792: [FLINK-10474][table] Don't
translate IN/NOT_IN to JOIN with VALUES
URL: https://github.com/apache/flink/pull/6792#discussion_r224779759
##########
File path:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/stream/table/CalcTest.scala
##########
@@ -113,6 +113,40 @@ class CalcTest extends TableTestBase {
util.verifyTable(resultTable, expected)
}
+
+ @Test
+ def testIn(): Unit = {
Review comment:
Also add a test that checks that IN with many literals (i.e., more than the
default threshold) on a streaming *SQL* are not translated into a JOIN with
VALUES.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services