This is an automated email from the ASF dual-hosted git repository.
felixybw 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 53c385be99 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2025_11_26) (#11193)
53c385be99 is described below
commit 53c385be992a048cce9c420696fac91d62c2f65c
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Nov 26 18:10:41 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2025_11_26) (#11193)
Upstream Velox's New Commits:
2a50cd131 by Yolande Yan, feat(fuzzer): Add type transform for SetDigest
(#15610)
1777c7523 by Zac Wen, fix: Avoid TSAN data race during cache entry
initialization (#15623)
7ddcac07d by Wei He, feat(vector): Add retainedSize(totalStringBufferSize)
API to return total size of all string buffers (#15578)
13ac97fe4 by Peter Enescu, fix: Remove special form SWITCH from expression
fuzzer executions (#15602)
d1ef88cf0 by Patrick Sullivan, fix: Improve serde behavior for zero-area
polygons (#15558)
7a1ff8960 by NEUpanning, perf: Optimize copying distinct spilling vector to
output vector in HashAggragtion (#15583)
4f6a521f7 by Rui Mo, feat: Support scan filter for ORC decimal reader
(#11067)
a2c77748e by NEUpanning, refactor: Remove redundant resizing of child
vectors (#15600)
307e47ef4 by Pramod Satya, refactor: Remove enableConstantFolding flag from
ExprCompiler (#15541)
3e94db0d5 by Eric Jia, fix: Update TableEvolutionFuzzer aggregation
excluding new INTERVAL types (#15604)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
---
ep/build-velox/src/get-velox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 069e429307..b461c631c9 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2025_11_24
-VELOX_ENHANCED_BRANCH=ibm-2025_11_24
+VELOX_BRANCH=dft-2025_11_26
+VELOX_ENHANCED_BRANCH=ibm-2025_11_26
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]