From c2ce6ad799671f464dbfa78124a386b0c0eeaab8 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:00:37 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_01) (#7398) Upstream Velox's New Commits: b682500d7 by Daniel Hunte, Update replace function to work with empty input and search strings (11073) 40f32ea95 by Christian Zentgraf, Fix adapters dockerfile classpath script name (11132) 92779f9dd by PHILO-HE, Add Findstemmer.cmake to find lib stemmer (10998) 548a662ef by Bikramjeet Vig, Update coding style to include debug prefix for query configs (10934) a29760f6b by Kevin Wilfong, Support custom comparison in Variants (11119) f047a5036 by Kevin Wilfong, Support custom comparison in Presto Min Max By Aggregates (11109) ee60f43cc by Kevin Wilfong, Support custom comparison in Presto Min Max Aggregates (11095) a03513928 by Kevin Wilfong, Support custom comparison in Set Aggregations (11107) 90967ab8f by Kevin Wilfong, Support custom comparison in Distinct Aggregations (11048) e51c1cc44 by Jialiang Tan, Fix some comment/documentation format (11121) 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 cb15d11adda5..4b3512098026 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_09_29 +VELOX_BRANCH=2024_10_01 VELOX_HOME="" OS=`uname -s`