[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/2448 --- 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: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread davies
GitHub user davies opened a pull request: https://github.com/apache/spark/pull/2448 [SPARK-3592] [SQL] [PySpark] support applySchema to RDD of Row Fix the issue when applySchema() to an RDD of Row. Also add type mapping for BinaryType. You can merge this pull request into

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56081817 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20544/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56084672 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20547/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56090638 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20544/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56091091 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20547/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56093390 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/130/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56093469 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20549/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56102878 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/130/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2448#issuecomment-56103330 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20549/consoleFull) for PR 2448 at commit

[GitHub] spark pull request: [SPARK-3592] [SQL] [PySpark] support applySche...

2014-09-18 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/2448#discussion_r17757102 --- Diff: python/pyspark/sql.py --- @@ -1117,6 +1119,11 @@ def applySchema(self, rdd, schema): # take the first few rows to verify schema