wuchong commented on a change in pull request #10704: 
[FLINK-15411][table-planner-blink] Fix prune partition on DATE/TIME/TIMESTAMP 
columns
URL: https://github.com/apache/flink/pull/10704#discussion_r362147386
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/utils/RexNodeExtractorTest.scala
 ##########
 @@ -820,8 +820,8 @@ class RexNodeExtractorTest extends RexNodeTestBase {
         rexBuilder,
         Array("date")
       )
-    assertTrue(partitionPredicate1.isAlwaysTrue)
-    assertEquals(c3, nonPartitionPredicate1)
+    assertEquals(c2, partitionPredicate1)
+    assertEquals(c1, nonPartitionPredicate1)
 
     // date is not supported
 
 Review comment:
   Remove this comment?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to