Hyukjin Kwon created SPARK-39215:
------------------------------------

             Summary: Reduce Py4J calls in 
pyspark.sql.utils.is_timestamp_ntz_preferred
                 Key: SPARK-39215
                 URL: https://issues.apache.org/jira/browse/SPARK-39215
             Project: Spark
          Issue Type: Improvement
          Components: PySpark
    Affects Versions: 3.3.0
            Reporter: Hyukjin Kwon


Here 
https://github.com/apache/spark/blob/master/python/pyspark/sql/utils.py#L296-L302

It unnecessarily accesses to JVM too often. We can just have a single method to 
avoid that.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to