HyukjinKwon commented on code in PR #39225:
URL: https://github.com/apache/spark/pull/39225#discussion_r1057438582
##########
python/pyspark/sql/connect/window.py:
##########
@@ -218,27 +218,201 @@ class Window:
@staticmethod
def partitionBy(*cols: Union["ColumnOrName", List["ColumnOrName"]]) ->
"WindowSpec":
+ """
Review Comment:
You won't need this. the doc is copied below `partitionBy.__doc__ =
PySparkWindow.partitionBy.__doc__` and the doctest runs.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]