[GitHub] spark pull request #18817: [SPARK-21612] Allow unicode strings in __getitem_...

2017-10-08 Thread rik-coenders
Github user rik-coenders closed the pull request at: https://github.com/apache/spark/pull/18817 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark issue #18817: [SPARK-21612] Allow unicode strings in __getitem__ of St...

2017-10-08 Thread rik-coenders
Github user rik-coenders commented on the issue: https://github.com/apache/spark/pull/18817 Unfortunately I do not have time to work on this issue at the moment, so I will close this PR for now

[GitHub] spark pull request #18817: [SPARK-21612] Allow unicode strings in __getitem_...

2017-08-02 Thread rik-coenders
GitHub user rik-coenders opened a pull request: https://github.com/apache/spark/pull/18817 [SPARK-21612] Allow unicode strings in __getitem__ of StructType ## What changes were proposed in this pull request? Check against `basestring` instead of `str`. You can merge