- 
                Notifications
    You must be signed in to change notification settings 
- Fork 28.9k
[SPARK-29542][SQL][DOC] Make the descriptions of spark.sql.files.* be clearly #26200
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
| Oh, In fact, all the parameters started with  Such as: 
 Is it conventional  that  | 
| ok to test | 
        
          
                sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | Test build #112442 has finished for PR 26200 at commit  
 | 
| Test build #112475 has finished for PR 26200 at commit  
 | 
| Test build #112473 has finished for PR 26200 at commit  
 | 
| Looks like the title of PR needs to be updated to contain at least  | 
| 
 Thanks. | 
        
          
                sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
              
                Outdated
          
            Show resolved
            Hide resolved
        
      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 fine except https://github.com/apache/spark/pull/26200/files#r337833143
| Test build #112502 has finished for PR 26200 at commit  
 | 
| Test build #112506 has finished for PR 26200 at commit  
 | 
| retest this please | 
| Test build #112518 has finished for PR 26200 at commit  
 | 
| Merged to master. | 
… tuning guide be consistent with that in SQLConf ### What changes were proposed in this pull request? This pr is a follow up of #26200. In this PR, I modify the description of spark.sql.files.* in sql-performance-tuning.md to keep consistent with that in SQLConf. ### Why are the changes needed? To keep consistent with the description in SQLConf. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existed UT. Closes #27545 from turboFei/SPARK-29542-follow-up. Authored-by: turbofei <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 8b18397) Signed-off-by: HyukjinKwon <[email protected]>
… tuning guide be consistent with that in SQLConf ### What changes were proposed in this pull request? This pr is a follow up of #26200. In this PR, I modify the description of spark.sql.files.* in sql-performance-tuning.md to keep consistent with that in SQLConf. ### Why are the changes needed? To keep consistent with the description in SQLConf. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existed UT. Closes #27545 from turboFei/SPARK-29542-follow-up. Authored-by: turbofei <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
… tuning guide be consistent with that in SQLConf ### What changes were proposed in this pull request? This pr is a follow up of apache#26200. In this PR, I modify the description of spark.sql.files.* in sql-performance-tuning.md to keep consistent with that in SQLConf. ### Why are the changes needed? To keep consistent with the description in SQLConf. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existed UT. Closes apache#27545 from turboFei/SPARK-29542-follow-up. Authored-by: turbofei <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
What changes were proposed in this pull request?
As described in SPARK-29542 , the descriptions of
spark.sql.files.*are confused.In this PR, I make their descriptions be clearly.
Why are the changes needed?
It makes the descriptions of
spark.sql.files.*be clearly.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing UT.