Airblader commented on a change in pull request #15369:
URL: https://github.com/apache/flink/pull/15369#discussion_r601230594



##########
File path: 
flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/table/api/bridge/java/StreamTableEnvironment.java
##########
@@ -509,6 +511,50 @@ static StreamTableEnvironment create(
      */
     <T> void createTemporaryView(String path, DataStream<T> dataStream, 
Expression... fields);
 
+    /**
+     * Converts the given {@link Table} into an insert-only {@link DataStream} 
of {@link Row Rows}.
+     *
+     * <p>TODO Describe semantics on non-insert-only tables

Review comment:
       This we still need to discuss




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


Reply via email to