Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_12_12) (apache#8211)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
GlutenPerfBot authored and yikf committed Dec 13, 2024
1 parent 6cffe08 commit 2347e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 2347e41

Please sign in to comment.