stevomitric commented on code in PR #58418: URL: https://github.com/apache/spark/pull/58418#discussion_r3944408463
########## python/pyspark/sql/pandas/types.py: ########## @@ -77,6 +78,45 @@ metadata_key = b"SPARK::metadata::json" +def _contains_timestamp_nanos(dt: DataType) -> bool: Review Comment: dropped _contains_timestamp_nanos -- 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]
