-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-28805][DOCS][SQL] Document DESCRIBE FUNCTION in SQL Reference #25530
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 #109474 has finished for PR 25530 at commit
|
|
cc @gatorsmile |
| **This page is under construction** | ||
| Return the metadata such as qualified function name, implementing class and usage of an existing function. | ||
| Input parameter function name may be optionally qualified. If the function is not qualified then the function is | ||
| resolved from the current database. If EXTENDED option is specified then additionally extended usage information |
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 EXTENDED, and add "the" before.
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.
@srowen Changed. Sean, i also backticked the function_name. Is that ok ?
|
Test build #109513 has finished for PR 25530 at commit
|
964aa71 to
9a4db23
Compare
|
Test build #110030 has finished for PR 25530 at commit
|
|
LGTM Thanks! Merged to master. |
|
@gatorsmile Thank you very much for fixing the mistakes and merging. |
What changes were proposed in this pull request?
Document DESCRIBE FUNCTION 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