[GitHub] spark pull request #20625: [SPARK-23446][PYTHON] Explicitly check supported ...

2018-02-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20625#discussion_r168825608 --- Diff: python/pyspark/sql/dataframe.py --- @@ -2000,10 +2001,12 @@ def toPandas(self): return

[GitHub] spark pull request #20625: [SPARK-23446][PYTHON] Explicitly check supported ...

2018-02-16 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/20625#discussion_r168823994 --- Diff: python/pyspark/sql/dataframe.py --- @@ -2000,10 +2001,12 @@ def toPandas(self): return

[GitHub] spark pull request #20625: [SPARK-23446][PYTHON] Explicitly check supported ...

2018-02-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20625 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20625: [SPARK-23446][PYTHON] Explicitly check supported ...

2018-02-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20625#discussion_r168718112 --- Diff: python/pyspark/sql/dataframe.py --- @@ -2000,10 +2001,12 @@ def toPandas(self): return

[GitHub] spark pull request #20625: [SPARK-23446][PYTHON] Explicitly check supported ...

2018-02-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/20625#discussion_r168709505 --- Diff: python/pyspark/sql/dataframe.py --- @@ -2000,10 +2001,12 @@ def toPandas(self): return

[GitHub] spark pull request #20625: [SPARK-23446][PYTHON] Explicitly check supported ...

2018-02-15 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/20625 [SPARK-23446][PYTHON] Explicitly check supported types in toPandas ## What changes were proposed in this pull request? This PR explicitly specifies the types we supported in