From f7fdf684bfc92c8216ae83384339365bdad15809 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:47:23 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_31) (#7739) 7377bc80c by Kevin Wilfong, Fix Presto's date_diff UDF with TimestampAndTimeZone and DST (11380) 1c0c533cd by Kevin Wilfong, Fix Presto's date_add UDF with TimestampAndTimeZone and DST (11353) 11e4a8e03 by Zuyu ZHANG, Fix velox_query_replayer linking error (11388) df5cff501 by Xiaoxuan Meng, Improve operator tracing and make it E2E work (11360) --- 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 a881b403b6e0..121b71a70ff0 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_30 +VELOX_BRANCH=2024_10_31 VELOX_HOME="" OS=`uname -s`