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


##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/table/CalcTest.xml:
##########
@@ -107,14 +107,14 @@ 
Calc(select=[*org.apache.flink.table.planner.expressions.utils.Func24$$2da7dcb3c
   <TestCase name="testNotIn">
     <Resource name="ast">
       <![CDATA[
-LogicalFilter(condition=[OR(SEARCH($1, Sarg[(-∞..1), (1..2), (2..3), (3..4), 
(4..5), (5..6), (6..7), (7..8), (8..9), (9..10), (10..11), (11..12), (12..13), 
(13..14), (14..15), (15..16), (16..17), (17..18), (18..19), (19..20), (20..21), 
(21..22), (22..23), (23..24), (24..25), (25..26), (26..27), (27..28), (28..29), 
(29..30), (30..+∞)]), SEARCH($2, Sarg[(-∞.._UTF-16LE'xx'), 
(_UTF-16LE'xx'..+∞)]:CHAR(2) CHARACTER SET "UTF-16LE"))])
+LogicalFilter(condition=[OR(SEARCH($1, Sarg[(-∞..1), (1..2), (2..3), (3..4), 
(4..5), (5..6), (6..7), (7..8), (8..9), (9..10), (10..11), (11..12), (12..13), 
(13..14), (14..15), (15..16), (16..17), (17..18), (18..19), (19..20), (20..21), 
(21..22), (22..23), (23..24), (24..25), (25..26), (26..27), (27..28), (28..29), 
(29..30), (30..+∞)]), <>($2, _UTF-16LE'xx'))])

Review Comment:
   oops, my bad... in fact it was done one commit before CALCITE-5134
   with this one 
https://github.com/apache/calcite/commit/e64a21ee27600537e0498cd1f72475ad1a1a0d2b
   under this JIRA issue https://issues.apache.org/jira/browse/CALCITE-5169



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