From 5f3884f5fb85313e0f0f258c158467a65c5edb2e Mon Sep 17 00:00:00 2001 From: sychen Date: Fri, 22 Aug 2025 20:52:31 +0800 Subject: [PATCH] [MINOR] Fix migration doc style ### What changes were proposed in this pull request? ### Why are the changes needed? image ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? image Closes #3441 from cxzl25/minor_doc_style. Authored-by: sychen Signed-off-by: SteNicholas --- 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.