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 b052aec92c [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2025_11_19) (#11119)
b052aec92c is described below
commit b052aec92cfb1cb864886c3f453404a546a0dc12
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Nov 19 21:58:18 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2025_11_19) (#11119)
Upstream Velox's New Commits:
25f6ae5fe by Eric Jia, fix: Update test method naming style in
FilterToExpressionTest (#15554)
b26ce2373 by Eric Jia, feat: Add bool AND/OR and bit AND/OR/XOR aggregation
feature to TableEvolutionFuzzer (#15528)
90b3c6968 by Masha Basmanova, refactor: Simplify FilterToExpressionTest
(#15547)
b73e5c3d5 by Masha Basmanova, refactor: Delete redundant tests from
FilterToExpressionTest (#15546)
3dc1a4aa6 by Masha Basmanova, refactor: Mark
ExprToSubfieldFilterParser::toSubfieldFilter API as test-only (#15542)
1b276a1ae by Pratik Pugalia, feat: Add CustomType comparison support for
Time With Timezone (#15395)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: BInwei Yang <[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 7f29308c7b..daed97b219 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_17
-VELOX_ENHANCED_BRANCH=ibm-2025_11_17
+VELOX_BRANCH=dft-2025_11_19
+VELOX_ENHANCED_BRANCH=ibm-2025_11_19
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]