stevomitric commented on code in PR #58418: URL: https://github.com/apache/spark/pull/58418#discussion_r3944407339
########## python/pyspark/sql/tests/connect/test_parity_types.py: ########## @@ -22,6 +22,34 @@ class TypesParityTests(TypesTestsMixin, ReusedConnectTestCase): + # SPARK-57462: nanosecond timestamp types are not yet supported over Spark Connect, whose + # data path goes through Arrow (to_arrow_type / ArrowTableToRowsConversion). These inherited Review Comment: added classic toPandas and Connect collect rejection tests -- 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]
