ferenc-csaky commented on code in PR #27959: URL: https://github.com/apache/flink/pull/27959#discussion_r3181577701
########## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/SubplanReuseTest.xml: ########## @@ -939,6 +1058,56 @@ Join(joinType=[LeftSemiJoin], where=[IS NOT DISTINCT FROM(random, random0)], sel : : +- TableSourceScan(table=[[default_catalog, default_database, x]], fields=[a, b, c]) : +- Reused(reference_id=[1]) +- Reused(reference_id=[1]) +]]> + </Resource> + </TestCase> + <TestCase name="testSubplanReuseOnMultiSinkTemporalJoin"> Review Comment: My mistake, this was a leftover, good catch. :) -- 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]
