-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-28795][DOC][SQL] Document CREATE VIEW statement in SQL Reference #25543
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
Changes to be committed:
modified: docs/sql-ref-syntax-ddl-create-view.md
|
@amanomer Could you attach a screenshot of the page ? |
srowen
left a comment
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.
Looks pretty good. There are a load of other similar PRs to document these things right now. You might compare to the others and a) match their style or what they doc, if it seems appropriate or b) provide reviews on the others to match what you're doing, if it varies.
|
@gatorsmile @dilipbiswal kindly review. |
Updated example description, parameters details and related statements.
|
@amanomer Can we reword the description while preserving the semantics. Currently it looks similar to some other docs. |
Updated description and examples.
|
cc @dilipbiswal |
|
Looks good to me. |
This comment has been minimized.
This comment has been minimized.
|
gentle ping @amanomer |
|
Working on this. Thanks for your feedback. |
|
@dilipbiswal Kindly review. |
|
ok to test |
|
LGTM after minor editions. |
|
Looks good to me. Thanks @gatorsmile |
|
Test build #110563 has finished for PR 25543 at commit
|
|
Thanks! Merged to master. |
|
Thank you @gatorsmile |
### What changes were proposed in this pull request? Added document for CREATE VIEW command. ### Why are the changes needed? As a reference to syntax and examples of CREATE VIEW command. ### How was this patch tested? Documentation update. Verified manually. Closes apache#25543 from amanomer/spark-28795. Lead-authored-by: aman_omer <amanomer1996@gmail.com> Co-authored-by: Xiao Li <gatorsmile@gmail.com> Co-authored-by: Aman Omer <amanomer1996@gmail.com> Signed-off-by: Xiao Li <gatorsmile@gmail.com>
What changes were proposed in this pull request?
Added document for CREATE VIEW command.
Why are the changes needed?
As a reference to syntax and examples of CREATE VIEW command.
How was this patch tested?
Documentation update. Verified manually.