zhengruifeng commented on code in PR #53800:
URL: https://github.com/apache/spark/pull/53800#discussion_r2703443766
##########
python/pyspark/sql/conversion.py:
##########
@@ -845,3 +845,117 @@ def convert(
return [tuple()] * table.num_rows
else:
return [_create_row(fields, tuple())] * table.num_rows
+
+
+class ArrowTimestampeConversion:
+ @staticmethod
Review Comment:
sounds good
--
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]