dongjoon-hyun commented on code in PR #44881:
URL: https://github.com/apache/spark/pull/44881#discussion_r1495304624
##########
python/pyspark/pandas/series.py:
##########
@@ -7092,15 +7092,15 @@ def resample(
----------
rule : str
The offset string or object representing target conversion.
- Currently, supported units are {'Y', 'A', 'M', 'D', 'H',
- 'T', 'MIN', 'S'}.
+ Currently, supported units are {'YE', 'A', 'ME', 'D', 'h',
+ 'min', 'MIN', 's'}.
Review Comment:
Ya, that comes to my second question.
(https://github.com/apache/spark/pull/44881#pullrequestreview-1889581226).
Even for the users who choose old Pandas libraries, Apache Spark enforces
this breaking change, @itholic ?
--
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]