lincoln-lil commented on code in PR #23209:
URL: https://github.com/apache/flink/pull/23209#discussion_r1298299922
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/CalcITCase.scala:
##########
@@ -410,6 +410,30 @@ class CalcITCase extends BatchTestBase {
@Test
def testFilterOnString(): Unit = {
+ val rows = Seq(row(3, "H.llo"), row(3, "Hello"))
Review Comment:
nit: put the new test behind the old one
--
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]