twalthr commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r992266138
########## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/batch/sql/join/NestedLoopSemiAntiJoinTest.xml: ########## @@ -673,8 +673,8 @@ Calc(select=[b]) : +- HashAggregate(isMerge=[true], groupBy=[EXPR$0], select=[EXPR$0]) : +- Exchange(distribution=[hash[EXPR$0]]) : +- LocalHashAggregate(groupBy=[EXPR$0], select=[EXPR$0]) - : +- Calc(select=[1 AS EXPR$0])(reuse_id=[1]) - : +- LegacyTableSourceScan(table=[[default_catalog, default_database, t, source: [TestTableSource(i, j, k)]]], fields=[i, j, k]) + : +- Calc(select=[1 AS EXPR$0]) Review Comment: This might need investigation. It looks like some equality checks don't work anymore? Otherwise the planner should detect similar nodes. -- 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