dianfu commented on code in PR #19987:
URL: https://github.com/apache/flink/pull/19987#discussion_r901450312


##########
flink-python/pyflink/table/statement_set.py:
##########
@@ -50,6 +50,13 @@ def add_insert_sql(self, stmt: str) -> 'StatementSet':
         """
         self._j_statement_set.addInsertSql(stmt)
         return self
+    
+    def attach_as_datastream(self: StatementSet):
+        """
+        combine table api statements into datastream

Review Comment:
   Could we reference the documentation of the Java attachAsDataStream?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to