snuyanzin commented on code in PR #27180:
URL: https://github.com/apache/flink/pull/27180#discussion_r2482637403


##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/FilterableSourceTest.xml:
##########
@@ -50,25 +50,6 @@ LogicalProject(a=[$0], b=[$1], c=[$2], d=[$3])
       <![CDATA[
 Calc(select=[a, b, c, d], where=[d IS NOT NULL])
 +- TableSourceScan(table=[[default_catalog, default_database, MyTable, 
watermark=[c], watermarkEmitStrategy=[on-periodic], filter=[=(LOWER(d), 
_UTF-16LE'h':VARCHAR(2147483647) CHARACTER SET "UTF-16LE")]]], fields=[a, b, c, 
d])
-]]>
-    </Resource>
-  </TestCase>
-  <TestCase name="testPartialFilterMatchWithWatermark">

Review Comment:
   it was a duplicated record



##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/FilterableSourceTest.xml:
##########
@@ -145,26 +126,6 @@ LogicalProject(a=[$0], b=[$1], c=[$2], d=[$3], f=[$4])
       <![CDATA[
 Calc(select=[a, b, Reinterpret(c) AS c, func(c, a) AS d, f])
 +- TableSourceScan(table=[[default_catalog, default_database, UdfTable, 
watermark=[func(func(func(c, a), a), a)], watermarkEmitStrategy=[on-periodic], 
filter=[=(UPPER(f), _UTF-16LE'welcome':VARCHAR(2147483647) CHARACTER SET 
"UTF-16LE")]]], fields=[a, b, c, f])
-]]>
-    </Resource>
-  </TestCase>
-  <TestCase name="testFilterPushdownWithUdf">

Review Comment:
   it was a duplicated record



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