zjuwangg commented on a change in pull request #9971: [FLINK-14490][table] Add
methods for interacting with temporary objects
URL: https://github.com/apache/flink/pull/9971#discussion_r338461754
##########
File path:
flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/table/api/java/StreamTableEnvironment.java
##########
@@ -211,24 +211,41 @@ static StreamTableEnvironment
create(StreamExecutionEnvironment executionEnviron
<T> Table fromDataStream(DataStream<T> dataStream, String fields);
/**
- * Registers the given {@link DataStream} as table in the {@link
TableEnvironment}'s catalog.
- * Registered tables can be referenced in SQL queries.
+ * Registers the given {@link DataStream} as view in the {@link
TableEnvironment}'s catalog.
Review comment:
ditto.
----------------------------------------------------------------
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