This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 868179994b [GLUTEN-6887][VL] Daily Update Velox Version (2025_03_27)
(#9147)
868179994b is described below
commit 868179994b598b9b1421defa78ca28f0e559509a
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Mar 28 11:58:49 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_03_27) (#9147)
Upstream Velox's New Commits:
44f0f2068 by Yenda Li, fix: Prevent null-deref in complex vector during
estimateFlatSize and prepareForReuse (12767)
551cc06c9 by Pedro Eugenio Rocha Pedreira, fix(tpch): Concurrency issues in
dbgen (12819)
7c3abf2c9 by Jimmy Lu, test: Replace GTEST_SKIP with DISABLED for cases
that are expected or we don't have intention to fix (12818)
98d0d9ec5 by Krishna Pai, fix(json): Special case certain unicode
characters to escape when casting from json (12806)
7f3fe0bf1 by Jialiang Tan, refactor: Add logs to arbitration participant
reclaim result (12797)
b788d5bec by Jimmy Lu, refactor: Remove unused bufferEnd_ field from
parquet decoders (12736)
cce128006 by Yenda Li, feat: Add ip_prefix_subnets function for ipprefix
(12801)
c2ee6ebbc by Jacob Khaliqi, refactor(parquet): Use velox parquet reader in
StatisticsTest (12192)
e392c43c9 by Yenda Li, misc: Decrease row count for presto serializer large
buffer test (12809)
67201b9d1 by Prashant Golash, fix: Fix the bug related to sorting of
boolean in array_sort_desc (12770)
d831d11ec by Rui Mo, feat: Add processedStrides and processedSplits runtime
statistics (12647)
73900a3f4 by David Reveman, build: Improve breeze support for RTC (12792)
633906fe1 by Kevin Wilfong, fix: Deserializing nulls in Row type in empty
Presto Page causes UBSan error (12798)
5ab06a8ca by Qian Sun, fix(function): Fix Spark `json_object_keys` function
to return NULL for invalid json (12679)
50c072944 by Prashant Golash, feat: Custom input generator for fuzzing
fbCanonicalizePhoneNumber (12769)
---
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 b90fdf9360..d0b807d734 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_03_26
+VELOX_BRANCH=2025_03_27
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]