[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10215 --- 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-12164] [SQL] Decode the encoded values ...

2015-12-16 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-165252152 Thanks, merging to master. --- 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-12164] [SQL] Decode the encoded values ...

2015-12-15 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47681732 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -698,47 +733,47 @@ class Dataset[T] private[sql]( def takeAsList(num:

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-15 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47678074 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -698,47 +733,47 @@ class Dataset[T] private[sql]( def takeAsList(num:

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-164683537 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-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-15 Thread 3ourroom
Github user 3ourroom commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-164683532 NAVER - http://www.naver.com/ 3ourr...@naver.com 님께 보내신 메일 이 다음과 같은 이유 로

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-164893541 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-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-14 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-164605837 Can you add tests too? Probably in `DataFrameSuite`. --- 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-12164] [SQL] Decode the encoded values ...

2015-12-14 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47582589 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/Queryable.scala --- @@ -42,4 +43,67 @@ private[sql] trait Queryable { def

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-14 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-164610895 Sure, will do. Thanks! --- 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-12164] [SQL] Decode the encoded values ...

2015-12-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47585295 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/Queryable.scala --- @@ -42,4 +43,67 @@ private[sql] trait Queryable { def

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-14 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47586646 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -225,7 +225,41 @@ class Dataset[T] private[sql]( * * @since

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47587249 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -225,7 +225,41 @@ class Dataset[T] private[sql]( * * @since

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-14 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-164661444 To simplify the possible code merge, I combined the code changes in another related PR: https://github.com/apache/spark/pull/10165. Thank you! --- If your project

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-11 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47350129 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -161,17 +161,15 @@ class DataFrame private[sql]( } /**

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10215#discussion_r47409690 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -161,17 +161,15 @@ class DataFrame private[sql]( } /**

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-164081626 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-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10215#issuecomment-163120392 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-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

2015-12-08 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/10215 [SPARK-12164] [SQL] Decode the encoded values and then display Based on the suggestions from @marmbrus @cloud-fan in https://github.com/apache/spark/pull/10165 , this PR is to print the decoded

[GitHub] spark pull request: [SPARK-12164] [SQL] Decode the encoded values ...

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