-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31891][SQL][DOCS][FOLLOWUP] Fix typo in the description of MSCK REPAIR TABLE
#31633
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
[SPARK-31891][SQL][DOCS][FOLLOWUP] Fix typo in the description of MSCK REPAIR TABLE
#31633
Conversation
|
@cloud-fan @dongjoon-hyun Please, review this PR. |
|
Test build #135411 has finished for PR 31633 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
|
Test build #135418 has finished for PR 31633 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
…CK REPAIR TABLE` ### What changes were proposed in this pull request? Fix typo and highlight that `ADD PARTITIONS` is the default. ### Why are the changes needed? Fix a typo which can mislead users. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? n/a Closes apache#31633 from MaxGekk/repair-table-drop-partitions-followup. Lead-authored-by: Wenchen Fan <cloud0fan@gmail.com> Co-authored-by: Max Gekk <max.gekk@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
Fix typo and highlight that
ADD PARTITIONSis the default.Why are the changes needed?
Fix a typo which can mislead users.
Does this PR introduce any user-facing change?
No
How was this patch tested?
n/a