zhengruifeng commented on code in PR #54017:
URL: https://github.com/apache/spark/pull/54017#discussion_r2734603517
##########
python/pyspark/pandas/data_type_ops/datetime_ops.py:
##########
@@ -128,6 +129,13 @@ def prepare(self, col: pd.Series) -> pd.Series:
"""Prepare column when from_pandas."""
return col
+ def restore(self, col: pd.Series) -> pd.Series:
Review Comment:
why adding this function? where is it called?
--
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]