Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_09_14) (#7237)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
3 people authored Sep 14, 2024
1 parent 804f08c commit 00c703f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 00c703f

Please sign in to comment.