[SPARK-28808][DOCS][SQL] Document SHOW FUNCTIONS in SQL Reference.#25539
Closed
dilipbiswal wants to merge 8 commits intoapache:masterfrom
Closed
[SPARK-28808][DOCS][SQL] Document SHOW FUNCTIONS in SQL Reference.#25539dilipbiswal wants to merge 8 commits intoapache:masterfrom
dilipbiswal wants to merge 8 commits intoapache:masterfrom
Conversation
|
Test build #109499 has finished for PR 25539 at commit
|
Contributor
Author
|
cc @gatorsmile |
|
Test build #109517 has finished for PR 25539 at commit
|
|
Test build #109634 has finished for PR 25539 at commit
|
Contributor
|
@dilipbiswal , Should we add the below note? |
gatorsmile
reviewed
Aug 26, 2019
| ### Syntax | ||
| {% highlight sql %} | ||
| SHOW [USER|SYSTEM|ALL] FUNCTIONS ([LIKE] qualified_function_name | regex_pattern) | ||
| qualified_function_name:= [db.]function_name |
Member
There was a problem hiding this comment.
Is this still needed? How about only doing it in the section ### Parameters?
Contributor
39d86b7 to
52033e0
Compare
|
Test build #110063 has finished for PR 25539 at commit
|
|
Test build #110066 has finished for PR 25539 at commit
|
|
Test build #110071 has finished for PR 25539 at commit
|
Member
|
LGTM Thanks! Merged to master. |
Contributor
Author
|
@gatorsmile Thank you very much. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changes were proposed in this pull request?
Document SHOW FUNCTIONS 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:
After.

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