spark git commit: [SPARK-23446][PYTHON] Explicitly check supported types in toPandas

2018-02-16 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 1dc2c1d5e -> c5857e496 [SPARK-23446][PYTHON] Explicitly check supported types in toPandas ## What changes were proposed in this pull request? This PR explicitly specifies and checks the types we supported in `toPandas`. This was a hole.

spark git commit: [SPARK-23446][PYTHON] Explicitly check supported types in toPandas

2018-02-16 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 75bb19a01 -> ccb0a59d7 [SPARK-23446][PYTHON] Explicitly check supported types in toPandas ## What changes were proposed in this pull request? This PR explicitly specifies and checks the types we supported in `toPandas`. This was a