From 3dbbd824589048bc420daf0e0f9e1ccf577fee2a Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:39:40 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_17) (#8248) Upstream Velox's New Commits: 4c6ab142f by aditi-pandit, refactor: Change C style casts to C++ style (Part 5) (11688) ba4394877 by Joe Giardino, Fix copyPreserveEncodings for LazyVector (11855) 2d3186272 by Masha Basmanova, feat: Add utility to print summary of a vector (11859) c623766de by Harsha Rastogi, feat(sst) Add new file format (11847) 13cd51544 by Daniel Hunte, feat(fuzzer): Support Join Filters in Join Fuzzer (11473) 1bf1b4883 by Daniel Hunte, fix(hashjoin): Turn off dynamic filter push downs for null aware right semi porject join (11781) f9ec276f5 by Daniel Hunte, fix(joins): Strengthen nullptr check for null aware hash joins with filters (11620) 109f074fe by Daniel Hunte, fix(fuzzer): Fix toSql methods for NestedLoopJoinNode in Reference Query Runners (11576) 20b51d404 by Daniel Hunte, fix(fuzzer): Add filter parsing to toSql methods for hasJoinNode in ReferenceQueryRunners (11566) --- 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 60c3adc0284e..9cfc2736ce6b 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_16 +VELOX_BRANCH=2024_12_17 VELOX_HOME="" OS=`uname -s`