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

ethanfeng pushed a commit to branch branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.2 by this push:
     new 16e40502 [CELEBORN-165] Fix ut RetryCommitFilesTest failure. (#1111)
16e40502 is described below

commit 16e40502791ca4f64a631170bd9c8b042f129ca2
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 51ced835..cc5d672f 100644
--- a/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
+++ b/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
@@ -2141,7 +2141,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] =

Reply via email to