michalstutzmann commented on code in PR #26895:
URL: https://github.com/apache/flink/pull/26895#discussion_r2280588689


##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/ValuesTest.xml:
##########
@@ -53,7 +53,8 @@ LogicalProject(a=[$0], b=[$1], c=[$2])
     </Resource>
     <Resource name="optimized exec plan">
       <![CDATA[
-Values(tuples=[[{ 1, 2, 3 }]])
+Calc(select=[1 AS a, b, c])
++- Values(tuples=[[{ 1, 2, 3 }]])

Review Comment:
   It's caused by 
[CALCITE-6044](https://issues.apache.org/jira/browse/CALCITE-6044). If the 
change in the plans causes any store/restore/backward compatibility problems 
(to be checked) we could use the 1.36 behaviour. The change is isolated to 5 
classes.



-- 
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

Reply via email to