[GitHub] spark pull request #20054: [SPARK-22874][PYSPARK][SQL] Modify checking panda...

2017-12-22 Thread ueshin
GitHub user ueshin opened a pull request: https://github.com/apache/spark/pull/20054 [SPARK-22874][PYSPARK][SQL] Modify checking pandas version to use LooseVersion. ## What changes were proposed in this pull request? Currently we check pandas version by capturing if `Import

[GitHub] spark pull request #20054: [SPARK-22874][PYSPARK][SQL] Modify checking panda...

2017-12-22 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20054#discussion_r158459861 --- Diff: python/pyspark/sql/utils.py --- @@ -112,6 +112,15 @@ def toJArray(gateway, jtype, arr): return jarr +def _require_mini

[GitHub] spark pull request #20054: [SPARK-22874][PYSPARK][SQL] Modify checking panda...

2017-12-22 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/20054#discussion_r158460651 --- Diff: python/pyspark/sql/utils.py --- @@ -112,6 +112,15 @@ def toJArray(gateway, jtype, arr): return jarr +def _require_minimum_p

[GitHub] spark pull request #20054: [SPARK-22874][PYSPARK][SQL] Modify checking panda...

2017-12-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20054 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org