-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-28806] [DOCS] [FOLLOW-UP] Remove unneeded HTML from the MD file #28414
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
| <b>Note:</b> | ||
| Keywords <code>IN</code> and <code>FROM</code> are interchangeable. | ||
| </dd> | ||
| </dl> |
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.
Let us avoid using HTML if possible.
|
|
||
| ### Examples | ||
|
|
||
| {% highlight sql %} |
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.
We can directly use ```sql
|
|
||
| ### Related Statements | ||
|
|
||
| * [DESCRIBE TABLE](sql-ref-syntax-aux-describe-table.html) |
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.
unneeded space.
|
cc @huaxingao Could you help fix all the other pages like this example? |
| * **database** | ||
|
|
||
| Specifies an optional database name. The table is resolved from this database when it | ||
| is specified. Please note that when this parameter is specified then table |
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.
Nit: removed Please note that
|
Also cc @dilipbiswal |
|
Test build #122097 has finished for PR 28414 at commit
|
|
Test build #122099 has finished for PR 28414 at commit
|
|
LGTM |
### What changes were proposed in this pull request? This PR is to clean up the markdown file in SHOW COLUMNS page. - remove the unneeded embedded inline HTML markup by using the basic markdown syntax. - use the ``` sql for highlighting the SQL syntax. ### Why are the changes needed? Make the doc cleaner and easily editable by MD editors. ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? **Before**  **After**  Closes #28414 from gatorsmile/cleanupShowColumns. Lead-authored-by: Xiao Li <[email protected]> Co-authored-by: gatorsmile <[email protected]> Signed-off-by: gatorsmile <[email protected]> (cherry picked from commit b5ecc41) Signed-off-by: gatorsmile <[email protected]>
|
Thanks! Merged to master/3.0 |
### What changes were proposed in this pull request? Remove the unneeded embedded inline HTML markup by using the basic markdown syntax. Please see #28414 ### Why are the changes needed? Make the doc cleaner and easily editable by MD editors. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually build and check Closes #28451 from huaxingao/html_cleanup. Authored-by: Huaxin Gao <[email protected]> Signed-off-by: Sean Owen <[email protected]>
### What changes were proposed in this pull request? Remove the unneeded embedded inline HTML markup by using the basic markdown syntax. Please see #28414 ### Why are the changes needed? Make the doc cleaner and easily editable by MD editors. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually build and check Closes #28451 from huaxingao/html_cleanup. Authored-by: Huaxin Gao <[email protected]> Signed-off-by: Sean Owen <[email protected]> (cherry picked from commit a75dc80) Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
This PR is to clean up the markdown file in SHOW COLUMNS page.
Why are the changes needed?
Make the doc cleaner and easily editable by MD editors.
Does this PR introduce any user-facing change?
NO
How was this patch tested?
Before
After