From 968a4fdf10789afb7a3d55dada1bec019f9ca182 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:58:50 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_08_27) (#7018) Upstream Velox's New Commits: 3bf1a7404 by Jimmy Lu, Fix LEFT and ANTI joins to preserve probe order (10832) Signed-off-by: glutenperfbot Co-authored-by: glutenperfbot --- 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 0948b88ded66..cdcbf50e5c38 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_08_26 +VELOX_BRANCH=2024_08_27 VELOX_HOME="" OS=`uname -s`