[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157639726 **[Test build #46179 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46179/consoleFull)** for PR 9789 at commit

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157639869 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157640997 **[Test build #46175 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46175/consoleFull)** for PR 9789 at commit

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157641122 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157641124 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9789 --- 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-11802][SQL] Kryo-based encoder for opaq...

2015-11-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157639870 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/9789 [SPARK-11802][SQL] Kryo-based encoder for opaque types in Datasets This also includes changes in #9787 in order for test cases to work. I also found a bug with self-joins returning incorrect

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157584776 **[Test build #46146 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46146/consoleFull)** for PR 9789 at commit

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157607857 **[Test build #46146 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46146/consoleFull)** for PR 9789 at commit

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157607950 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157607951 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157612047 **[Test build #46175 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46175/consoleFull)** for PR 9789 at commit

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/9789#discussion_r45155505 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala --- @@ -37,7 +38,33 @@ trait Encoder[T] extends Serializable { def clsTag:

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/9789#discussion_r45154972 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala --- @@ -37,7 +38,33 @@ trait Encoder[T] extends Serializable { def clsTag:

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/9789#discussion_r45155036 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala --- @@ -37,7 +38,33 @@ trait Encoder[T] extends Serializable { def clsTag:

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/9789#discussion_r45155101 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/Encoder.scala --- @@ -37,7 +38,33 @@ trait Encoder[T] extends Serializable { def clsTag:

[GitHub] spark pull request: [SPARK-11802][SQL] Kryo-based encoder for opaq...

2015-11-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9789#issuecomment-157613505 **[Test build #46179 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46179/consoleFull)** for PR 9789 at commit