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


##########
python/pyspark/sql/pandas/types.py:
##########
@@ -75,6 +75,8 @@
 
 # Should keep in line with org.apache.spark.sql.util.ArrowUtils.metadataKey
 metadata_key = b"SPARK::metadata::json"
+# Keep in line with org.apache.spark.sql.util.ArrowUtils.timePrecisionKey
+time_precision_key = b"SPARK::time::precision"

Review Comment:
   does this fix works for spark connect/python udf/createDF/collect?
   I think we need e2e tests to guard it?



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