From a5c1d269f4307c09a0e0c5d94082d8f8db38afcc Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:59:38 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_19) (#7607) Upstream Velox's New Commits: bc8c90592 by Wei He, Fix WindowFuzzer to not generate NaN in frame bounds (11296) 66574245c by duanmeng, Register reader, writer, sink, and functions explicitly in QueryRepalyer (11287) 0c7fbffd0 by Daniel Hunte, Fix power function Inf handling (11295) d42ec702c by Xiaoxuan Meng, support to clear cached vectors from vector pool (11291) --- 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 ef5983165d7b..1ed8ddc683f3 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_10_18 +VELOX_BRANCH=2024_10_19 VELOX_HOME="" OS=`uname -s`