Takuya Ueshin created SPARK-22874:
-------------------------------------

             Summary: Modify checking pandas version to use LooseVersion.
                 Key: SPARK-22874
                 URL: https://issues.apache.org/jira/browse/SPARK-22874
             Project: Spark
          Issue Type: Improvement
          Components: PySpark, SQL
    Affects Versions: 2.3.0
            Reporter: Takuya Ueshin


Currently we check pandas version by capturing if {{ImportError}} for the 
specific imports is raised or not but we can compare {{LooseVersion}} of the 
version string as the same as we're checking pyarrow version.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to