This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 3cdc2528 [CELEBORN-165] Fix ut RetryCommitFilesTest failure. (#1111)
3cdc2528 is described below
commit 3cdc25286d422cffeb593488ca9439f872625912
Author: Ethan Feng <[email protected]>
AuthorDate: Thu Dec 22 11:39:40 2022 +0800
[CELEBORN-165] Fix ut RetryCommitFilesTest failure. (#1111)
---
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 1192836a..bc4e730e 100644
--- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
+++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
@@ -2144,7 +2144,7 @@ object CelebornConf extends Logging {
.categories("worker")
.doc("Min size for a partition to split")
.version("0.2.0")
- .longConf
+ .bytesConf(ByteUnit.BYTE)
.createWithDefaultString("1m")
val BATCH_HANDLE_CHANGE_PARTITION_ENABLED: ConfigEntry[Boolean] =