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_r362152117
########## File path: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/expressions/TemporalTypesTest.scala ########## @@ -783,6 +783,10 @@ class TemporalTypesTest extends ExpressionTestBase { testSqlApi(timestampTz("2018-03-14 19:01:02.123"), "2018-03-14 19:01:02.123") testSqlApi(timestampTz("2018-03-14 19:00:00.010"), "2018-03-14 19:00:00.01") + testSqlApi( + timestampTz("2018-03-14 19:00:00.010") + " > " + timestampTz("2018-03-14 19:00:00.012"), Review comment: It seems that this test doesn't reproduce the bug. Could use replace one of the constants to a field reference? ---------------------------------------------------------------- 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