You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/27 01:59:03 UTC

[GitHub] [spark] techaddict commented on a diff in pull request #39225: [WIP][SPARK-41654][CONNECT][TESTS] doctests for pyspark.sqlconnect.window

techaddict commented on code in PR #39225:
URL: https://github.com/apache/spark/pull/39225#discussion_r1057398834


##########
python/pyspark/sql/connect/window.py:
##########
@@ -201,7 +201,7 @@ def __repr__(self) -> str:
         return "WindowSpec(" + ", ".join(strs) + ")"
 
 
-WindowSpec.__doc__ = PySparkWindow.__doc__
+# WindowSpec.__doc__ = PySparkWindow.__doc__

Review Comment:
   Disabling this because it runs the windowspec doctests



-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org