zhengruifeng commented on code in PR #53800:
URL: https://github.com/apache/spark/pull/53800#discussion_r2703460710


##########
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:
   we don't have a strong reason for `staticmethod` or `classmethod`, I think 
both are fine



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