From 1100fdf572741b2203047a6cf3af13c0b26998b0 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:29:39 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_08) (#8174) Upstream Velox's New Commits: 21f1e21e7 by Jimmy Lu, fix: Quote string keys for feature selection (11779) 1b5d3db1f by Kevin Wilfong, refactor: Move some logic from URLFunctions.h to URIParser (11761) 1bbf4f88c by Kevin Wilfong, fix: Possible infinite loop in URIParser's tryConsumeIPV6Address (11782) e8a84d9cd by Xiaoxuan Meng, feat: Sort grouping key columns to maximize the prefix sort optimization (11720) e60315836 by Raymond Wu, refactor(fuzzer): add supporting map functions (11536) --- 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 e880db163505..a24ad2397332 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_07 +VELOX_BRANCH=2024_12_08 VELOX_HOME="" OS=`uname -s`