[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45643143 Merged build started. --- 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: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45643415 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15628/ --- If your project is set up for it, you can

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45642612 Merged build triggered. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45645152 Merged build triggered. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45645165 Merged build started. --- 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: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45645300 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15629/ --- If your project is set up for it, you can

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45645298 Merged build finished. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45560876 Merged build triggered. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45568509 Merged build started. --- 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: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45571770 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45571771 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15588/ --- If your project

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-09 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13566856 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13523010 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518243 --- Diff: project/SparkBuild.scala --- @@ -486,9 +486,23 @@ object SparkBuild extends Build { def sqlCoreSettings = sharedSettings ++ Seq( name :=

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518251 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala --- @@ -108,6 +108,9 @@ trait HiveTypeCoercion { *

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518257 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/package.scala --- @@ -17,8 +17,56 @@ package org.apache.spark.sql.catalyst

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518261 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/package.scala --- @@ -17,8 +17,56 @@ package org.apache.spark.sql.catalyst

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518263 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/package.scala --- @@ -17,8 +17,56 @@ package org.apache.spark.sql.catalyst

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518265 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/package.scala --- @@ -17,8 +17,56 @@ package org.apache.spark.sql.catalyst

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518284 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518281 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SchemaRDDLike.scala --- @@ -111,4 +111,10 @@ private[sql] trait SchemaRDDLike { @Experimental

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518282 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SchemaRDDLike.scala --- @@ -111,4 +111,10 @@ private[sql] trait SchemaRDDLike { @Experimental

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518290 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518292 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518299 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518303 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518312 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518308 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518326 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518328 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518330 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518341 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518342 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13518348 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520397 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/package.scala --- @@ -17,8 +17,56 @@ package

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520412 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520414 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520420 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520424 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520443 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -98,6 +99,41 @@ class SQLContext(@transient val sparkContext: SparkContext)

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520450 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520449 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520469 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520478 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/json/JsonSuite.scala --- @@ -0,0 +1,371 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520483 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/json/JsonSuite.scala --- @@ -0,0 +1,371 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520486 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/json/JsonSuite.scala --- @@ -0,0 +1,371 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520487 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/json/TestJsonData.scala --- @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520493 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/json/JsonSuite.scala --- @@ -0,0 +1,371 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520512 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520544 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520549 --- Diff: project/SparkBuild.scala --- @@ -486,9 +486,23 @@ object SparkBuild extends Build { def sqlCoreSettings = sharedSettings ++ Seq(

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45416400 I'm excited to merge this in :) One other thing: it would be nice to build the updated scala doc and publish them somewhere to make it easier to understand what

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13520563 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45417535 Yea definitely very exciting feature. Also, should we consider getting rid of EAGER_SCHEMA_RESOLUTION and the case classes, and just have a schemaResolutionRatio. If

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-07 Thread ash211
Github user ash211 commented on a diff in the pull request: https://github.com/apache/spark/pull/999#discussion_r13522696 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/json/JsonTable.scala --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread yhuai
GitHub user yhuai opened a pull request: https://github.com/apache/spark/pull/999 [Spark 2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQL You can merge this pull request into a Git repository by running: $ git pull https://github.com/yhuai/spark newJson

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45382166 Pull request #999! --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45382130 Merged build triggered. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45382259 Merged build finished. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45382260 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15515/ --- If your project is set up for it, you can

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45383097 Merged build triggered. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45383282 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15516/ --- If your project is set up for it, you can

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45383280 Merged build finished. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45386159 Merged build started. --- 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: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45386150 Merged build triggered. --- 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

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45391188 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15518/ --- If your project is set up for it, you can

[GitHub] spark pull request: [Spark 2060][SQL] Querying JSON Datasets with ...

2014-06-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/999#issuecomment-45391187 Merged build finished. --- 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

<    1   2