godfreyhe commented on a change in pull request #14644: URL: https://github.com/apache/flink/pull/14644#discussion_r559872599
########## File path: flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/MiniBatchIntervalInferTest.xml ########## @@ -290,7 +290,7 @@ LogicalProject(a=[$0], b=[$1]) <Resource name="optimized exec plan"> <![CDATA[ Calc(select=[a, b]) -+- Join(joinType=[InnerJoin], where=[(a0 = a1)], select=[a, b, a0, b0, a1], leftInputSpec=[JoinKeyContainsUniqueKey], rightInputSpec=[HasUniqueKey]) ++- Join(joinType=[InnerJoin], where=[(a0 = a1)], select=[a, b, a0, a1], leftInputSpec=[JoinKeyContainsUniqueKey], rightInputSpec=[NoUniqueKey]) Review comment: nit: it's may be a bad case (depend on input data) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org