From 25e212f74971a4249bd8ce6eff50fc4499d1d7af Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:46:57 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_12) (#8211) Upstream Velox's New Commits: b44ffc9e9 by Bikramjeet Vig, fix: Ensure flat input for functions that consume a single field (11822) 3c731934b by Masha Basmanova, refactor(vector): Improve usage of VELOX_CHECK macros in ComplexVector.cpp (11828) 7a023214a by Richard Barnes, fix: unused-variable issues in velox (11827) 59d474139 by Bikramjeet Vig, fix(fuzzer): Ensure common dictionary generation skips row_number column (11821) b43795025 by Prasoon Telang, fix(build): Remove unused variable from the function decodeArrayElements (11825) f6b9f22b7 by Mingyu Zhang, refactor(special form): use constants for special form names (11617) 78bb28945 by Wenbin Lin, Revert D66775735: fix: unused-variable issues in velox 4830651d9 by Kevin Wilfong, fix: IN does not handle User errors thrown during eval (11823) 04deeb352 by Richard Barnes, fix: Remove unused variables in velox (11759) 3144dbffd by Amit Dutta, feat: Add map_key_exists function (11735) 3e2d65ac3 by Kevin Wilfong, fix: Array_distinct under allocates Buffer for result elements with overlapping input arrays (11817) 3315c04fc by Guilherme Kunigami, fix: Remove log in RemoteFunctionService.cpp (11787) 4edd50628 by Sergey Pershin, fix: Indices in elements null checks for width_bucket() function (11810) --- 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 758394fff9a8..167804028bc6 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_12_11 +VELOX_BRANCH=2024_12_12 VELOX_HOME="" OS=`uname -s`