wuchong commented on a change in pull request #10160:
[FLINK-14723][table-planner-blink] Improve some code of computed column in
planner
URL: https://github.com/apache/flink/pull/10160#discussion_r345576547
##########
File path:
flink-table/flink-table-api-scala-bridge/src/main/java/org/apache/flink/table/operations/ScalaDataStreamQueryOperation.java
##########
@@ -38,6 +39,7 @@
@Internal
public class ScalaDataStreamQueryOperation<E> implements QueryOperation {
+ private ObjectIdentifier identifier;
Review comment:
We don't know the registered table name when construct this instance from
`fromDataStream(DataStream<T> dataStream)`.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services