snuyanzin commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r978587112
########## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/CalcTest.xml: ########## @@ -262,7 +262,7 @@ LogicalProject(a=[$0], b=[$1], c=[$2]) </Resource> <Resource name="optimized exec plan"> <![CDATA[ -Calc(select=[a, b, c], where=[(a IS NULL OR SEARCH(a, Sarg[1, 10]))]) +Calc(select=[a, b, c], where=[SEARCH(a, Sarg[1, 10; NULL AS TRUE])]) Review Comment: As a result of https://issues.apache.org/jira/browse/CALCITE-4325 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org