sunjincheng121 commented on a change in pull request #10389:
[FLINK-14198][python] Add "type" and "rtype" options to flink python API
docstrings of table.py and table_environment.py
URL: https://github.com/apache/flink/pull/10389#discussion_r354648332
##########
File path: flink-python/pyflink/table/table.py
##########
@@ -538,8 +579,10 @@ def over_window(self, *over_windows):
Over-windows for batch tables are currently not supported.
- :param over_windows: :class:`OverWindow`s created from :class:`Over`.
- :return: A :class:`OverWindowedTable`.
+ :param over_windows: over windows created from :class:`Over`.
Review comment:
class: `Over` -> class:`pyflink.table.window.Over` ?
----------------------------------------------------------------
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