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


##########
python/pyspark/sql/conversion.py:
##########
@@ -845,3 +845,111 @@ def convert(
                 return [tuple()] * table.num_rows
             else:
                 return [_create_row(fields, tuple())] * table.num_rows
+
+
+class ArrowTimeStampeConversion:

Review Comment:
   I think we normally use timestamp as a single word and I guess timestampe is 
a typo? Should be `ArrowTimestampConversion`?



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