-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31894][SS][FOLLOW-UP] Rephrase the config doc #29315
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 @cloud-fan |
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
Outdated
Show resolved
Hide resolved
|
do we have the same problem in the error message? |
|
cc @HeartSaVioR |
|
https://github.com/apache/spark/pull/28707/files#diff-238c6b2f820f62c556f204788d684584R150 |
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
Outdated
Show resolved
Hide resolved
|
Test build #126880 has finished for PR 29315 at commit
|
|
This just updates the config doc and we don't need to wait for the test. Thanks, merging to master! |
|
Test build #126883 has finished for PR 29315 at commit
|
|
post +1. Thanks for the fix! |
What changes were proposed in this pull request?
Address comment in #28707 (comment)
Why are the changes needed?
Hide the implementation details in the config doc.
Does this PR introduce any user-facing change?
Config doc change.
How was this patch tested?
Document only.