You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/21 10:08:42 UTC

[GitHub] [flink] billyrrr commented on a diff in pull request #19987: [FLINK-28090][table] Support attachAsDataStream

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


##########
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):

Review Comment:
   Definitely 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org