snuyanzin commented on code in PR #28272:
URL: https://github.com/apache/flink/pull/28272#discussion_r3324756303
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/CalcITCase.scala:
##########
@@ -2348,4 +2348,39 @@ class CalcITCase extends BatchTestBase {
Seq(row(0, 1), row(1, 2), row(2, 3))
);
}
+
+ @Test
+ def testDateColumnInListWithStringLiterals(): Unit = {
Review Comment:
everything is already done within a separate PR
this PR is just extracted commit https://github.com/apache/flink/pull/28170
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]