-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-5135][SQL] Add support for describe table to DDL in SQLContext #4227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
|
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. |
|
@marmbrus this looks good to me. Any more comments? @OopsOutOfMemory would be great to bring this up to date with master. Thanks. |
6b9c7b9 to
a3061a5
Compare
|
May AmplabJenkins test this please ? |
|
Jenkins, test this please. |
|
Test build #26743 has started for PR 4227 at commit
|
|
Test build #26743 has finished for PR 4227 at commit
|
|
Test PASSed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rename this simpleString?
|
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
053826f
Compare
|
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 |
|
Jenkins, retest this please. |
|
Test build #26855 has started for PR 4227 at commit
|
|
Test build #26855 has finished for PR 4227 at commit
|
|
Test PASSed. |
|
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 <[email protected]> Closes #4227 from OopsOutOfMemory/describe and squashes the following commits: 053826f [OopsOutOfMemory] describe (cherry picked from commit 4d8d070) Signed-off-by: Reynold Xin <[email protected]>
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 ?