-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-31612][SQL][DOCS] SQL Reference clean up #28417
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
|
cc @gatorsmile @maropu |
|
Test build #122109 has finished for PR 28417 at commit
|
|
Test build #122114 has finished for PR 28417 at commit
|
### What changes were proposed in this pull request? SQL Reference cleanup ### Why are the changes needed? To complete SQL Reference ### Does this PR introduce _any_ user-facing change? updated sql-ref-syntax-qry.html before <img width="1100" alt="Screen Shot 2020-04-29 at 11 08 25 PM" src="https://user-images.githubusercontent.com/13592258/80677799-70b27280-8a6e-11ea-8e3f-a768f29d0377.png"> after <img width="1100" alt="Screen Shot 2020-04-29 at 11 05 55 PM" src="https://user-images.githubusercontent.com/13592258/80677803-74de9000-8a6e-11ea-880c-aa05c53254a6.png"> ### How was this patch tested? Manually build and check Closes #28417 from huaxingao/cleanup. Authored-by: Huaxin Gao <[email protected]> Signed-off-by: Takeshi Yamamuro <[email protected]> (cherry picked from commit 2410a45) Signed-off-by: Takeshi Yamamuro <[email protected]>
|
Thanks! Merged to master/3.0. |
|
Ur, plz add what's cleaned up in the PR description (& the jira). |
|
Updated. |
What changes were proposed in this pull request?
SQL Reference cleanup
Why are the changes needed?
To complete SQL Reference
Does this PR introduce any user-facing change?
Fix the following stuff:
// be consistent with format. brackets [ and ] indicate optional parts, and dots ... mean that the
// preceding element can be repeated.
// Braces { and } and vertical lines | indicate that you must choose one alternative
Also updated sql-ref-syntax-qry.html
before

after

How was this patch tested?
Manually build and check