[GitHub] spark pull request #21566: [Python] Fix typo in serializer exception

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

[GitHub] spark pull request #21566: [Python] Fix typo in serializer exception

2018-06-15 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21566#discussion_r195671666 --- Diff: python/pyspark/serializers.py --- @@ -461,7 +462,7 @@ def dumps(self, obj): return obj -# Hook namedtuple, make it

[GitHub] spark pull request #21566: [Python] Fix typo in serializer exception

2018-06-14 Thread rberenguel
GitHub user rberenguel opened a pull request: https://github.com/apache/spark/pull/21566 [Python] Fix typo in serializer exception ## What changes were proposed in this pull request? Fix typo in exception raised in Python serializer ## How was this patch tested?