Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_11_27) (#8057)
Browse files Browse the repository at this point in the history
Upstream Velox's New Commits:

e80bf12e3 by Xiaoxuan Meng, fix: Fix the driver block hanging issue in serialized execution mode (11647)
ea3656e53 by Xuedong Luan, fix: Remove unnecessary method in HdfsReadFile.h (11662)
4e3311a7e by Krishna Pai, fix(CI): Disabling Conbench uploads due to security sev (11667)
21576daae by Jialiang Tan, Back out "Combine low selectivity vectors generated by the hash join filter" (11659)
1e2d30ca9 by rui-mo, fix: Add testInt128Range for filters (11645)
8f6d89762 by Yenda Li, feat: support options to trace directories (11631)
c395c553b by Yenda Li, feat: Update throttler to support network signal (11611)
f0136845e by Yenda Li, feat: Support API for setting a spill directory callback in task (11572)
045290b32 by Satadru Pan, refactor: Add new callback to log plan fragment from TaskListener (11459)
300098113 by Zhaokuo, fix(regexp_replace): Move regex preprocessing to functions/lib for Spark reuse and fix backslash handling (10981)
  • Loading branch information
GlutenPerfBot authored Nov 28, 2024
1 parent 883d026 commit d9cdf61
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_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Build Gluten native libraries
run: |
docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:vcpkg-centos-7 bash -c "
export CCACHE_DIR=/work/.ccache
mkdir -p /work/.ccache
bash dev/ci-velox-buildstatic-centos-7.sh
"
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_11_26
VELOX_BRANCH=2024_11_27
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit d9cdf61

Please sign in to comment.