HeartSaVioR commented on code in PR #52464:
URL: https://github.com/apache/spark/pull/52464#discussion_r2380904094


##########
python/pyspark/sql/connect/window.py:
##########
@@ -69,6 +69,9 @@ def __new__(
         self.__init__(partitionSpec, orderSpec, frame)  # type: ignore[misc]
         return self
 
+    def __getnewargs__(self):

Review Comment:
   Just curious, what is the default implementation of this so that the query 
has failed when we didn't implement this?



-- 
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]

Reply via email to