itholic commented on code in PR #36063:
URL: https://github.com/apache/spark/pull/36063#discussion_r847817635
##########
python/pyspark/pandas/missing/window.py:
##########
@@ -124,3 +142,16 @@ class MissingPandasLikeRollingGroupby:
is_datetimelike = _unsupported_property_rolling("is_datetimelike")
is_freq_type = _unsupported_property_rolling("is_freq_type")
ndim = _unsupported_property_rolling("ndim")
+
+
+class MissingPandasLikeExponentialMoving:
Review Comment:
Maybe you could refer to https://github.com/apache/spark/pull/36034/files
when adding the missing test.
--
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]