cloud-fan commented on a change in pull request #33877:
URL: https://github.com/apache/spark/pull/33877#discussion_r703299464



##########
File path: python/pyspark/sql/utils.py
##########
@@ -210,3 +210,14 @@ def to_str(value):
         return value
     else:
         return str(value)
+
+
+def is_timestamp_ntz_preferred():

Review comment:
       shouldn't this be a method of `SparkSession` in pyspark?




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