[SPARK-31569][SQL][DOCS] Add links to subsections in SQL Reference main page#28360
Closed
huaxingao wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-31569][SQL][DOCS] Add links to subsections in SQL Reference main page#28360huaxingao wants to merge 1 commit intoapache:masterfrom
huaxingao wants to merge 1 commit intoapache:masterfrom
Conversation
|
Test build #121876 has finished for PR 28360 at commit
|
Contributor
Author
Member
|
Looks fine. Thanks for the update. |
maropu
approved these changes
Apr 27, 2020
srowen
pushed a commit
that referenced
this pull request
Apr 27, 2020
…in page ### What changes were proposed in this pull request? Add links to subsections in SQL Reference main page ### Why are the changes needed? Make SQL Reference complete ### Does this PR introduce any user-facing change? Yes before: <img width="1050" alt="Screen Shot 2020-04-26 at 10 52 42 PM" src="https://user-images.githubusercontent.com/13592258/80338238-a9551080-8810-11ea-8ae8-d6707fde2cac.png"> after: <img width="1050" alt="Screen Shot 2020-04-26 at 10 51 58 PM" src="https://user-images.githubusercontent.com/13592258/80338241-ac500100-8810-11ea-8518-95c4f8c0a2eb.png"> ### How was this patch tested? Manually build and check. Closes #28360 from huaxingao/sql-ref. Authored-by: Huaxin Gao <huaxing@us.ibm.com> Signed-off-by: Sean Owen <srowen@gmail.com> (cherry picked from commit 7735db2) Signed-off-by: Sean Owen <srowen@gmail.com>
Member
|
Merged to master/3.0 |
Contributor
Author
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?
Add links to subsections in SQL Reference main page
Why are the changes needed?
Make SQL Reference complete
Does this PR introduce any user-facing change?
Yes

before:
after:

How was this patch tested?
Manually build and check.