From 00c703f1be840d6d873318f70f298e1156e938a3 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Sat, 14 Sep 2024 11:54:05 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_09_14) (#7237) * [GLUTEN-6887][VL] Daily Update Velox Version (2024_09_14) Signed-off-by: glutenperfbot * Update velox_backend.yml --------- Signed-off-by: glutenperfbot Co-authored-by: glutenperfbot Co-authored-by: Hongze Zhang --- .github/workflows/velox_backend.yml | 1 + ep/build-velox/src/get_velox.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/velox_backend.yml b/.github/workflows/velox_backend.yml index cd0fd1cd4614..572a2a2d8b01 100644 --- a/.github/workflows/velox_backend.yml +++ b/.github/workflows/velox_backend.yml @@ -391,6 +391,7 @@ jobs: -d=FLUSH_MODE:FLUSHED,spark.gluten.sql.columnar.backend.velox.maxPartialAggregationMemoryRatio=0.05,spark.gluten.sql.columnar.backend.velox.maxExtendedPartialAggregationMemoryRatio=0.1,spark.gluten.sql.columnar.backend.velox.abandonPartialAggregationMinPct=100,spark.gluten.sql.columnar.backend.velox.abandonPartialAggregationMinRows=0 - name: (To be fixed) TPC-DS SF30.0 Parquet local spark3.2 Q97 low memory, IO threads off continue-on-error: true # OOM + timeout-minutes: 15 # https://github.com/apache/incubator-gluten/issues/7243 run: | cd tools/gluten-it \ && GLUTEN_IT_JVM_ARGS=-Xmx3G sbin/gluten-it.sh parameterized \ diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 7f9312aa7f76..28228224bff4 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -17,7 +17,7 @@ set -exu VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=2024_09_13 +VELOX_BRANCH=2024_09_14 VELOX_HOME="" OS=`uname -s`