This is an automated email from the ASF dual-hosted git repository. ethanfeng pushed a commit to branch CELEBORN-165 in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
commit dd7b152c1361cdbf7e62caf62d492e73bb11b7be Author: Ethan Feng <[email protected]> AuthorDate: Thu Dec 22 11:31:13 2022 +0800 [CELEBORN-165] Fix ut RetryCommitFilesTest failure. --- 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] =
