gustavodemorais commented on code in PR #28272:
URL: https://github.com/apache/flink/pull/28272#discussion_r3324697044


##########
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:
   small nit: if there are jira tickets for the issues that will come up with 
the upgrade, you could mention them here



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

Reply via email to