From 97c423f32558754734aa0326079a2c2e57ea2f8f Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:47:55 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_19) (#7978) Upstream Velox's New Commits: aedf91c30 by Eric Liu, fix: Resolve typo in post for simple functions (11555) faf595153 by Wenbin Lin, Revert D65740612: Use Velox fs for ssd cache evictlog file a8dd1474d by Zac Wen, Use Velox fs for ssd cache evictlog file (11495) --- ep/build-velox/src/get_velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index e70fdad01c4d..74d105100bfb 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_18 +VELOX_BRANCH=2024_11_19 VELOX_HOME="" OS=`uname -s`