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 2020/02/07 05:26:45 UTC

[GitHub] [flink] WeiZhong94 commented on a change in pull request #11035: [FLINK-15902][python][doc] Improve the Python API doc adding the version an API introduced

WeiZhong94 commented on a change in pull request #11035: [FLINK-15902][python][doc] Improve the Python API doc adding the version an API introduced
URL: https://github.com/apache/flink/pull/11035#discussion_r376219698
 
 

 ##########
 File path: flink-python/pyflink/table/table_environment.py
 ##########
 @@ -288,8 +290,11 @@ def insert_into(self, target_path, table):
         :param target_path: The path of the registered :class:`~pyflink.table.TableSink` to which
                             the :class:`~pyflink.table.Table` is written.
         :type target_path: str
-        :param table: table The Table to write to the sink.
+        :param table: The Table to write to the sink.
         :type table: pyflink.table.Table
+
+        .. versionadded:: 1.10.0
 
 Review comment:
   Use 'versionchanged' instead?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services