[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-18 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52525420 I created a followup JIRA here: https://issues.apache.org/jira/browse/SPARK-3103 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-14 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52217488 I've merged this to master and 1.1. Thanks! Have we created the followup JIRA issue for `saveAsTextFile`? --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/1914#discussion_r16197946 --- Diff: python/pyspark/sql.py --- @@ -1267,7 +1267,9 @@ def func(iterator): for x in iterator: if not isinstance(x,

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/1914#discussion_r16198127 --- Diff: python/pyspark/sql.py --- @@ -1267,7 +1267,9 @@ def func(iterator): for x in iterator: if not isinstance(x,

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/1914#discussion_r16198278 --- Diff: python/pyspark/sql.py --- @@ -1267,7 +1267,9 @@ def func(iterator): for x in iterator: if not isinstance(x,

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52117952 test this please --- 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

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52120342 Jenkins, test this please. --- 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

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52120767 QA tests have started for PR 1914. This patch merges cleanly. brView progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18479/consoleFull ---

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52124969 QA results for PR 1914:br- This patch FAILED unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52126239 test this please --- 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

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52126304 Jenkins, test this please. --- 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

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52130741 Jenkins, test this please. --- 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

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52131090 QA tests have started for PR 1914. This patch merges cleanly. brView progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18501/consoleFull ---

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52135573 QA results for PR 1914:br- This patch PASSES unit tests.br- This patch merges cleanlybr- This patch adds no public classesbrbrFor more information see test

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-12 Thread ahirreddy
GitHub user ahirreddy opened a pull request: https://github.com/apache/spark/pull/1914 [SQL] Python JsonRDD UTF8 Encoding Fix Only encode unicode objects to UTF-8, and not strings You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-12 Thread loveconan1988
Github user loveconan1988 commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-51999134 -- 原始邮件 -- 发件人: Ahir Reddy;notificati...@github.com; 发送时间: 2014年8月13日(星期三) 上午9:18

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-51999172 QA tests have started for PR 1914. This patch merges cleanly. brView progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18402/consoleFull ---

[GitHub] spark pull request: [SQL] Python JsonRDD UTF8 Encoding Fix

2014-08-12 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/1914#issuecomment-52009623 lgtm --- 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