danny0405 commented on a change in pull request #10123: 
[FLINK-14665][table-planner-blink] Support computed column for create…
URL: https://github.com/apache/flink/pull/10123#discussion_r344613879
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/DagOptimizationTest.xml
 ##########
 @@ -222,7 +211,7 @@ 
Sink(name=[`default_catalog`.`default_database`.`appendSink1`], fields=[a, b1],
 +- Reused(reference_id=[2])
 
 Sink(name=[`default_catalog`.`default_database`.`appendSink2`], fields=[a, 
b1], updateAsRetraction=[false], accMode=[Acc])
-+- Union(all=[true], union=[a, b], updateAsRetraction=[false], accMode=[Acc])
++- Union(all=[true], union=[a1, b1], updateAsRetraction=[false], accMode=[Acc])
 
 Review comment:
   The query is `SELECT a as a1, b as b1 FROM MyTable WHERE a <= 10` so the 
name is actually correct. The original name is wrong.

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


With regards,
Apache Git Services

Reply via email to