hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table] 
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272877997
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java
 ##########
 @@ -1021,4 +1021,31 @@
         * </pre>
         */
        Table map(Expression mapFunction);
+
+       /**
+        * Performs a flatMap operation with a table function.
 
 Review comment:
   Keep comment consistent for this line and line:1040.

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