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 48efe26923 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2025_12_03) (#11247)
48efe26923 is described below
commit 48efe26923f8e8148d9e3812b29343c6f6d398b2
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Dec 4 07:22:49 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2025_12_03) (#11247)
Upstream Velox's New Commits:
ba2d78eee by Rui Mo, fix(build): Ambiguity caused by long literal (#15670)
953c2cc8e by Krishna Pai, fix: Fix broken build (#15664)
33f740e0f by Jialiang Tan, misc: Remove
ExchangeClient::kBackgroundCpuTimeMs (#15599)
e8b1ac65e by Ke Wang, feat: Switch to use AsycSource for ParallelUnitLoader
(#15653)
7eaf45f96 by Xiao Du, misc: Updated MEM_POOL_CAP_EXCEEDED error message
(#15616)
0007f37c6 by Jialiang Tan, refactor: Extract common BaseSerializedPage API
(#15626)
5e3d5a717 by Ke Wang, fix: Do not wait for async load at ParallelUnitLoader
destructor (#15625)
c0455735e by generatedunixname89002005232357, Revert "feat: Add rewrite for
IN special form" (#15649)
fc70dbe02 by Natasha Sehgal, feat: Add fuzzer type transform for KHLL
(#15644)
d1ec7e78a by Jimmy Lu, feat: Add map to struct pushdown support to file
readers (#15545)
be0837f9c by Pedro Eugenio Rocha Pedreira, perf: Avoid StringView copy in
folly/Conv.h (#15639)
8ecb1a108 by Bikramjeet Vig, fix: Exception handling in cast from JSON
(#15617)
637547618 by Xiao Du, fix: Fix flaky test
freeUnusedCapacityWhenReclaimMemoryPool (#15612)
bcc64b7a0 by Xiao Du, misc: Add TopNRowNumber in MemoryArbitrationFuzzer
(#15598)
a62c85d55 by Xiao Du, fix: Fix flaky test
SharedArbitrationTestWithParallelExecutionModeOnly.concurrentArbitration/parallel
(#15637)
bc8d017dc by Pedro Eugenio Rocha Pedreira, perf: Avoid string copy in
IPAddressType (#15638)
4d3409f29 by Masha Basmanova, refactor: Improve VeloxPromise API (#15628)
1c7df4663 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Alias
support for expression builder (#15634)
fea5baae2 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Support
untyped filter expressions (#15611)
33248d500 by Masha Basmanova, feat: Enhance PlanConsistencyChecker to check
columns used in lambda expressions (#15635)
e953f06c5 by Amit Dutta, fix: Revert refactor: Remove enableConstantFolding
flag from ExprCompiler" (#15632)
fd0682b05 by Ping Liu, refactor: Add Iceberg connector (#15581)
e336226b2 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Add fluent
expression builder API (#15615)
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 cf70ba0b96..28d34d07df 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_26_fix
-VELOX_ENHANCED_BRANCH=ibm-2025_11_26_fix
+VELOX_BRANCH=dft-2025_12_03
+VELOX_ENHANCED_BRANCH=ibm-2025_12_03
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]