This is an automated email from the ASF dual-hosted git repository.
hongze 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 00c703f1b [GLUTEN-6887][VL] Daily Update Velox Version (2024_09_14)
(#7237)
00c703f1b is described below
commit 00c703f1be840d6d873318f70f298e1156e938a3
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Sat Sep 14 11:54:05 2024 +0800
[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 <[email protected]>
* Update velox_backend.yml
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Hongze Zhang <[email protected]>
---
.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 cd0fd1cd4..572a2a2d8 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 7f9312aa7..28228224b 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`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]