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:
[email protected]
With regards,
Apache Git Services