[GitHub] spark pull request #17213: [SPARK-19871] [PySpark][SQL] Improve error messag...

2017-03-09 Thread blrnw3
Github user blrnw3 closed the pull request at: https://github.com/apache/spark/pull/17213 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17213: [SPARK-19871] [PySpark][SQL] Improve error messag...

2017-03-09 Thread dgingrich
Github user dgingrich commented on a diff in the pull request: https://github.com/apache/spark/pull/17213#discussion_r105246855 --- Diff: python/pyspark/sql/types.py --- @@ -1300,70 +1300,71 @@ def _verify_type(obj, dataType, nullable=True): if nullable:

[GitHub] spark pull request #17213: [SPARK-19871] [PySpark][SQL] Improve error messag...

2017-03-09 Thread dgingrich
Github user dgingrich commented on a diff in the pull request: https://github.com/apache/spark/pull/17213#discussion_r105247143 --- Diff: python/pyspark/sql/types.py --- @@ -1300,70 +1300,71 @@ def _verify_type(obj, dataType, nullable=True): if nullable:

[GitHub] spark pull request #17213: [SPARK-19871] [PySpark][SQL] Improve error messag...

2017-03-08 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17213#discussion_r105063798 --- Diff: python/pyspark/sql/types.py --- @@ -1249,7 +1249,7 @@ def _infer_schema_type(obj, dataType): } -def _verify_type(obj,