[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread liancheng
Github user liancheng closed the pull request at: https://github.com/apache/spark/pull/12703 --- 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-14445][SQL] Supports native execution o...

2016-04-26 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/12703#issuecomment-214938531 @dilipbiswal also updated #1 and passed Jenkins. So I merged it. Closing this one. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/12703#discussion_r61185701 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCommandSuite.scala --- @@ -247,4 +259,105 @@ class HiveCommandSuite extends

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/12703#discussion_r61180561 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala --- @@ -112,3 +116,107 @@ case class ExplainCommand(

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/12703#discussion_r61179510 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala --- @@ -112,3 +116,107 @@ case class ExplainCommand(

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12703#discussion_r61176555 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala --- @@ -112,3 +116,107 @@ case class ExplainCommand( ("Error

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12703#issuecomment-214823094 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12703#issuecomment-214823091 Merged build finished. Test FAILed. --- 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-14445][SQL] Supports native execution o...

2016-04-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12703#issuecomment-214822872 **[Test build #57005 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57005/consoleFull)** for PR 12703 at commit

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/12703#discussion_r61129992 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala --- @@ -112,3 +116,107 @@ case class ExplainCommand(

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/12703#discussion_r61126850 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCommandSuite.scala --- @@ -247,4 +259,105 @@ class HiveCommandSuite extends

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12703#issuecomment-214803508 **[Test build #57005 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57005/consoleFull)** for PR 12703 at commit

[GitHub] spark pull request: [SPARK-14445][SQL] Supports native execution o...

2016-04-26 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/12703 [SPARK-14445][SQL] Supports native execution of SHOW COLUMNS and SHOW PARTITIONS (This PR is mostly a rebased version of PR #1 by @dilipbiswal with all pending PR review comments addressed.