-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-28804][DOCS][SQL] Document DESCRIBE QUERY in SQL Reference #25529
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
|
Test build #109473 has finished for PR 25529 at commit
|
|
cc @gatorsmile |
|
|
||
| **This page is under construction** | ||
| ### Description | ||
| The DESCRIBE QUERY statement is used to return the metadata of output |
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.
Back tick the reserved words
|
PS you might look at the other similar PRs to add these docs to try to harmonize the style and format a little bit. They're pretty similar. That can mean reviewing others' changes. |
|
Test build #109515 has finished for PR 25529 at commit
|
719c717 to
4d6f415
Compare
|
Test build #109925 has finished for PR 25529 at commit
|
|
Test build #109926 has finished for PR 25529 at commit
|
|
LGTM Thanks! Merged to master. |
|
@gatorsmile Thank you for fixing the mistake and merging. |
What changes were proposed in this pull request?
Document DESCRIBE QUERY statement in SQL Reference Guide.
Why are the changes needed?
Currently Spark lacks documentation on the supported SQL constructs causing
confusion among users who sometimes have to look at the code to understand the
usage. This is aimed at addressing this issue.
Does this PR introduce any user-facing change?
Yes.
Before:
There was no documentation for this.
After.



How was this patch tested?
Tested using jykyll build --serve