This is an automated email from the ASF dual-hosted git repository.
jackylee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new e3322a6563 [CORE] Bump celeborn to 0.5.2 (#8054)
e3322a6563 is described below
commit e3322a6563c7bbaaeaa173b03fca7d151be37ac0
Author: Kaifei Yi <[email protected]>
AuthorDate: Fri Dec 6 15:20:19 2024 +0800
[CORE] Bump celeborn to 0.5.2 (#8054)
---
.github/workflows/velox_backend.yml | 4 ++--
pom.xml | 2 +-
tools/gluten-it/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index c3765d2f4f..ce195c4e1b 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -549,7 +549,7 @@ jobs:
fail-fast: false
matrix:
spark: [ "spark-3.2" ]
- celeborn: [ "celeborn-0.5.1", "celeborn-0.4.2",
"celeborn-0.3.2-incubating" ]
+ celeborn: [ "celeborn-0.5.2", "celeborn-0.4.2",
"celeborn-0.3.2-incubating" ]
runs-on: ubuntu-20.04
container: ubuntu:22.04
steps:
@@ -582,7 +582,7 @@ jobs:
EXTRA_PROFILE=""
if [ "${{ matrix.celeborn }}" = "celeborn-0.4.2" ]; then
EXTRA_PROFILE="-Pceleborn-0.4"
- elif [ "${{ matrix.celeborn }}" = "celeborn-0.5.1" ]; then
+ elif [ "${{ matrix.celeborn }}" = "celeborn-0.5.2" ]; then
EXTRA_PROFILE="-Pceleborn-0.5"
fi
echo "EXTRA_PROFILE: ${EXTRA_PROFILE}"
diff --git a/pom.xml b/pom.xml
index 8a2968b569..a2cccda1e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<delta.package.name>delta-core</delta.package.name>
<delta.version>2.4.0</delta.version>
<delta.binary.version>24</delta.binary.version>
- <celeborn.version>0.5.1</celeborn.version>
+ <celeborn.version>0.5.2</celeborn.version>
<uniffle.version>0.9.0</uniffle.version>
<arrow.version>15.0.0</arrow.version>
<arrow-gluten.version>15.0.0-gluten</arrow-gluten.version>
diff --git a/tools/gluten-it/pom.xml b/tools/gluten-it/pom.xml
index bad4d6087f..1973a7d998 100644
--- a/tools/gluten-it/pom.xml
+++ b/tools/gluten-it/pom.xml
@@ -177,7 +177,7 @@
<profile>
<id>celeborn-0.5</id>
<properties>
- <celeborn.version>0.5.1</celeborn.version>
+ <celeborn.version>0.5.2</celeborn.version>
</properties>
</profile>
</profiles>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]