godfreyhe commented on a change in pull request #15525:
URL: https://github.com/apache/flink/pull/15525#discussion_r610451763



##########
File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/PushFilterIntoLegacyTableSourceScanRuleTest.scala
##########
@@ -196,4 +196,9 @@ class PushFilterIntoLegacyTableSourceScanRuleTest extends 
TableTestBase {
         |  TIMESTAMPADD(YEAR, 2, b) >= a
         |""".stripMargin)
   }
+
+  @Test
+  def testCannotPushDownIn(): Unit = {

Review comment:
       nit: use a meaning name which can describe the bug or add some comments 
to describe the bug 




-- 
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]


Reply via email to