This is an automated email from the ASF dual-hosted git repository.

smallzhongfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new f6962ea0 [MINOR] Modify MD format (#829)
f6962ea0 is described below

commit f6962ea0b779aba2a8314b3fd5127d9d9ebb6de1
Author: jokercurry <[email protected]>
AuthorDate: Wed Apr 19 16:24:24 2023 +0800

    [MINOR] Modify MD format (#829)
    
    ### What changes were proposed in this pull request?
    Remove unnecessary symbols.
    
    ### Why are the changes needed?
    fix:
    
    
![image](https://user-images.githubusercontent.com/84573424/232985577-cd6193d0-9be2-40f9-8cb0-d5f8a735a436.png)
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    No need.
---
 docs/client_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/client_guide.md b/docs/client_guide.md
index 43bbceb6..b1f74aaa 100644
--- a/docs/client_guide.md
+++ b/docs/client_guide.md
@@ -74,7 +74,7 @@ and Continuous partition assignment mechanism.
         
         # Default value is 1.0, used to estimate task concurrency, how likely 
is this part of the resource between spark.dynamicAllocation.minExecutors and 
spark.dynamicAllocation.maxExecutors to be allocated
         --conf spark.rss.estimate.task.concurrency.dynamic.factor=1.0
-        ```
+      ```
    
 Since v0.8.0, `RssShuffleManager` would disable local shuffle reader(`set 
spark.sql.adaptive.localShuffleReader.enabled=false`) optimization by default.
 

Reply via email to