[GitHub] spark issue #18277: [SPARK-20947][PYTHON] Fix encoding/decoding error in pip...

2017-06-15 Thread chaoslawful
Github user chaoslawful commented on the issue: https://github.com/apache/spark/pull/18277 Well, the difference comes from repr()'s divergent default behaviors between Python2 and Python3. And the previous code does no better than the patched one but causing troubles while proce

[GitHub] spark pull request #18277: [SPARK-20947][PYTHON] Fix encoding/decoding error...

2017-06-12 Thread chaoslawful
GitHub user chaoslawful opened a pull request: https://github.com/apache/spark/pull/18277 [SPARK-20947][PYTHON] Fix encoding/decoding error in pipe action ## What changes were proposed in this pull request? Pipe action convert objects into strings using a way that was