From 7b6e9abae7cb47926df08fd091e3be5d20903097 Mon Sep 17 00:00:00 2001 From: GlutenPerfBot Date: Fri, 9 May 2025 16:17:12 -0700 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_05_10) Upstream Velox's New Commits: 37d40f65c by Mario Ruiz, test: Add EnsureWritableVectorTest for lazy vector (#13298) 6bdc4e569 by duanmeng, feat: Zip the sorting column indices and compare flags (#13269) c96d12c1d by Kevin Wilfong, fix: Add check for overflow in Presto's from_unixtime (#13262) cde4cdb2a by Kevin Wilfong, fix: Casting complex types is only supposed to cast recursively if a child's type will change (#13245) a3ac7d43e by arnavb, feat: Add support for leftSemiProject join in nested loop join (#12172) 8b0505d35 by Xiaoxuan Meng, feat: Add barrier support for unnest operator (#13293) 28579fa78 by Ke Wang, feat: Add total used bytes to stats reporter (#13267) 56e1ea3ae by Mario Ruiz, fix(type): Fix use after free in BaseVector (#13277) e4e81e761 by aditi-pandit, refactor: TopNRowNumber::getOutputFromMemory loop (#11440) 06b99c77d by Xiaoxuan Meng, feat: Add task barrier support for streaming aggregation (#13273) 7c0f17307 by Jimmy Lu, fix: Optimize selective ARRAY and MAP reader (#13240) fccb60d2a by Jialiang Tan, misc: Add comment to reclaim by abort (#13284) f1e712ea4 by Kien Nguyen, feat(type): Add NOISY_COUNT_IF_GAUSSIAN (#13230) 39c08b939 by Xiaoxuan Meng, misc: Remove the legacy task cursor code (#13282) Signed-off-by: GlutenPerfBot --- 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 3e6fc9d7c007..804d840dab0f 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=2025_05_09 +VELOX_BRANCH=2025_05_10 VELOX_HOME="" OS=`uname -s`