From da37af12d56c5d41fc9ba1e2ff9205c7d9b31985 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:44:16 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_11) (#8200) Upstream Velox's New Commits: 4cffa4b2a by Kevin Wilfong, fix: Array_intersect with a single argument doesn't correctly handle nulls in dictionary encoded inner arrays (11807) 1bd480e4f by Krishna Pai, fix: Add support to parse illegal unicode in json_parse (11744) c12207a00 by Yenda Li, Support comparison for ipprefix [3/n] (11546) 4c5a00867 by Xiaoxuan Meng, fix: Only report storage stats if not empty (11799) d7e7cf73e by Guilherme Kunigami, support opaque type in remote function server (11377) 47a3ea641 by Pedro Eugenio Rocha Pedreira, refactor: Use KeepAlive instead of Executor*" (11785) 4f863c7ff by Xiaoxuan Meng, fix: Fix the driver concurrency setting in test (11805) 386fed7e4 by Jialiang Tan, fix: Fix dead lock in MemoryReclaimer (11806) 733bc0c8e by Xiaoxuan Meng, feat: Make skewed partition balancer thread-safe and share among scale writer partitioners (11786) b9cce6dea by Andrii Rosa, feat: Allow non standard partition functions in ScaleWriterPartitioningLocalPartition (11762) 9a31f1c5e by Wei He, fix(fuzzer): Reduce input size of window fuzzer test to avoid OOM (11716) --- 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 5890fb7a6247..758394fff9a8 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_10 +VELOX_BRANCH=2024_12_11 VELOX_HOME="" OS=`uname -s`