[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-20 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46649113 Ok I'm merging this in master branch-1.0. 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/1118 --- 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-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46526256 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-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46526259 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13954580 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala --- @@ -17,7 +17,7 @@ package org.apache.spark.sql.hive

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46526501 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13954638 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/commands.scala --- @@ -60,3 +60,16 @@ case class ExplainCommand(plan:

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13954626 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -257,6 +250,88 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13954661 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala --- @@ -81,6 +81,20 @@ private[hive] trait HiveStrategies { def

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46526557 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-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13954704 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -362,13 +367,19 @@ private[hive] object HiveQl { } } +

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13954716 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -362,13 +367,19 @@ private[hive] object HiveQl { } } +

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46526720 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-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46526493 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-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46528512 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-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46528520 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13955335 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -120,6 +119,12 @@ private[hive] object HiveQl { TOK_SWITCHDATABASE

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46533262 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-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46534190 hmmm a lot of tests are failing because the output doesn't match exactly Hive's ... --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46609766 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-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46609788 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46609941 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-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46610851 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-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46610865 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46624048 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-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46629778 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-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r14001780 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/commands.scala --- @@ -60,3 +60,23 @@ case class ExplainCommand(plan:

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r14002250 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveComparisonTest.scala --- @@ -144,6 +144,10 @@ abstract class HiveComparisonTest

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46634501 For this PRD, if user want to describe a column, `DESCRIBE tableName columnName` should be used (right now, the command to describe a column is treated as a hive native

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46634524 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46634519 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-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46638154 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-2177][SQL] describe table result contai...

2014-06-18 Thread yhuai
GitHub user yhuai opened a pull request: https://github.com/apache/spark/pull/1118 [SPARK-2177][SQL] describe table result contains only one column ``` scala hql(describe src).collect().foreach(println) [keystring None

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46481094 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-2177][SQL] describe table result contai...

2014-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46481112 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13936033 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala --- @@ -445,7 +445,19 @@ case class NativeCommand( if

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46487847 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-2177][SQL] describe table result contai...

2014-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46487871 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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread concretevitamin
Github user concretevitamin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13937717 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala --- @@ -445,7 +445,19 @@ case class NativeCommand(

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13937999 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala --- @@ -445,7 +445,19 @@ case class NativeCommand( if

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13938252 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala --- @@ -445,7 +445,19 @@ case class NativeCommand( if

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46490255 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-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

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

[GitHub] spark pull request: [SPARK-2177][SQL] describe table result contai...

2014-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1118#issuecomment-46496225 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-2177][SQL] describe table result contai...

2014-06-18 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/1118#discussion_r13950516 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/hiveOperators.scala --- @@ -445,7 +445,19 @@ case class NativeCommand( if