Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5135][SQL] Add support for describe table to DDL in SQLContext - #4227
[SPARK-5135][SQL] Add support for describe table to DDL in SQLContext#4227OopsOutOfMemory wants to merge 1 commit into
Conversation
AmplabJenkins
commented
Jan 27, 2015
Can one of the admins verify this patch? |
rxin
commented
Jan 28, 2015
Thanks for submitting the new version. Are these two PRs working on the same thing? #4207 Would be great if you two can chime in on each other's PR. |
OopsOutOfMemory
commented
Jan 28, 2015
rxin
commented
Feb 4, 2015
@marmbrus this looks good to me. Any more comments? @OopsOutOfMemory would be great to bring this up to date with master. Thanks. |
6b9c7b9 to
a3061a5CompareOopsOutOfMemory
commented
Feb 4, 2015
May AmplabJenkins test this please ? |
rxin
commented
Feb 4, 2015
Jenkins, test this please. |
SparkQA
commented
Feb 4, 2015
Test build #26743 has started for PR 4227 at commit
|
SparkQA
commented
Feb 4, 2015
Test build #26743 has finished for PR 4227 at commit
|
AmplabJenkins
commented
Feb 4, 2015
Test PASSed. |
rxin
commented
Feb 5, 2015
I'd like to merge this into 1.3.0. Can you address the two comments I have and make sure it still works with other changes? btw does this one conflict with your other change? https://github.com/apache/spark/pull/4249/files |
704a27b to
053826fCompareOopsOutOfMemory
commented
Feb 5, 2015
Hi, @rxin Thanks for the advice. yeah, this PR is a little conflict with https://github.com/apache/spark/pull/4249/files. They all modified |
rxin
commented
Feb 5, 2015
Jenkins, retest this please. |
SparkQA
commented
Feb 5, 2015
Test build #26855 has started for PR 4227 at commit
|
SparkQA
commented
Feb 5, 2015
Test build #26855 has finished for PR 4227 at commit
|
AmplabJenkins
commented
Feb 5, 2015
Test PASSed. |
rxin
commented
Feb 5, 2015
Thanks. Merging now. |
Hi, rxin marmbrus I considered your suggestion (in #4127) and now re-write it. This is now up-to-date. Could u please review it ? Author: OopsOutOfMemory <victorshengli@126.com> Closes#4227 from OopsOutOfMemory/describe and squashes the following commits: 053826f [OopsOutOfMemory] describe (cherry picked from commit 4d8d070) Signed-off-by: Reynold Xin <rxin@databricks.com>
Hi, @rxin@marmbrus
I considered your suggestion (in #4127) and now re-write it. This is now up-to-date.
Could u please review it ?