[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 <sychen@ctrip.com>
Signed-off-by: SteNicholas <programgeek@163.com>
This commit is contained in:
sychen 2025-08-22 20:52:31 +08:00 committed by SteNicholas
parent 3c9fe9897c
commit 5f3884f5fb

View File

@ -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.