This is an automated email from the ASF dual-hosted git repository.

yuanzhou 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 d9cdf616f7 [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_27) 
(#8057)
d9cdf616f7 is described below

commit d9cdf616f7eb7836fd65ed5e48784c3a05c4afc6
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Thu Nov 28 12:01:23 2024 +0800

    [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_27) (#8057)
    
    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)
---
 .github/workflows/velox_backend_cache.yml | 1 +
 ep/build-velox/src/get_velox.sh           | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/velox_backend_cache.yml 
b/.github/workflows/velox_backend_cache.yml
index f590c6d19c..3a6a8fadca 100644
--- a/.github/workflows/velox_backend_cache.yml
+++ b/.github/workflows/velox_backend_cache.yml
@@ -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
           "
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index bcab2e31db..01740f138f 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_11_26
+VELOX_BRANCH=2024_11_27
 VELOX_HOME=""
 
 OS=`uname -s`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to