snuyanzin commented on code in PR #28066:
URL: https://github.com/apache/flink/pull/28066#discussion_r3254619486
##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/rules/logical/SimplifyCoalesceWithEquiJoinConditionRuleTest.xml:
##########
@@ -86,7 +86,7 @@ TableSourceScan(table=[[default_catalog, default_database,
orders, project=[orde
</Resource>
<Resource name="ast">
<![CDATA[
-LogicalProject(order_id_str=[CAST(COALESCE($3.order_id,
$0)):VARCHAR(2147483647) CHARACTER SET "UTF-16LE" NOT NULL])
+LogicalProject(order_id_str=[CAST($3.order_id):VARCHAR(2147483647) CHARACTER
SET "UTF-16LE" NOT NULL])
Review Comment:
I rebased on that PR, now this problem is gone
--
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]