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

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f3884f5f [MINOR] Fix migration doc style
5f3884f5f is described below

commit 5f3884f5fb85313e0f0f258c158467a65c5edb2e
Author: sychen <syc...@ctrip.com>
AuthorDate: Fri Aug 22 20:52:31 2025 +0800

    [MINOR] Fix migration doc style
    
    ### What changes were proposed in this pull request?
    
    ### Why are the changes needed?
    
    <img width="1057" height="442" alt="image" 
src="https://github.com/user-attachments/assets/a9731a78-4132-4663-8835-fb85aa049a40";
 />
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    <img width="961" height="412" alt="image" 
src="https://github.com/user-attachments/assets/4c5eb70a-abed-45a4-9709-cab1fcf0346e";
 />
    
    Closes #3441 from cxzl25/minor_doc_style.
    
    Authored-by: sychen <syc...@ctrip.com>
    Signed-off-by: SteNicholas <programg...@163.com>
---
 docs/migration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/migration.md b/docs/migration.md
index 37ca3571b..748fc884a 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -24,7 +24,7 @@ license: |
 # Upgrading from 0.5 to 0.6
 
 - Since 0.6.0, Celeborn deprecate 
`celeborn.client.spark.fetch.throwsFetchFailure`. Please use 
`celeborn.client.spark.stageRerun.enabled` instead.
-- 
+
 - Since 0.6.0, Celeborn modified `celeborn.quota.tenant.diskBytesWritten` to 
`celeborn.quota.user.diskBytesWritten`. Please use 
`celeborn.quota.user.diskBytesWritten` if you want to set user level quota.
 
 - Since 0.6.0, Celeborn modified `celeborn.quota.tenant.diskFileCount` to 
`celeborn.quota.user.diskFileCount`. Please use 
`celeborn.quota.user.diskFileCount` if you want to set user level quota.

Reply via email to