This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.3 by this push:
new 78a0214dd [MINOR] Fix typo in CelebornConf
78a0214dd is described below
commit 78a0214ddc2ee1cefbbd8b7e253d3c994dc41157
Author: jiaoqingbo <[email protected]>
AuthorDate: Mon Aug 21 14:14:15 2023 +0800
[MINOR] Fix typo in CelebornConf
### What changes were proposed in this pull request?
As Title
### Why are the changes needed?
As Title
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GA
Closes #1821 from jiaoqingbo/fixtypo-doc.
Authored-by: jiaoqingbo <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
(cherry picked from commit e1656616ad1ccf3d981d30896da28b8ce3e61f21)
Signed-off-by: zky.zhoukeyong <[email protected]>
---
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
index e08517f60..01757935a 100644
--- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
+++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
@@ -2314,7 +2314,7 @@ object CelebornConf extends Logging {
buildConf("celeborn.worker.diskTime.slidingWindow.minFetchCount")
.categories("worker")
.doc("The minimum fetch count to enter a sliding window" +
- " to calculate statistics about flushed time and count.")
+ " to calculate statistics about fetched time and count.")
.version("0.2.1")
.internal
.intConf