Skip to content

Commit b052aec

Browse files
GlutenPerfBotglutenperfbotFelixYBW
authored
[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]>
1 parent c433396 commit b052aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ep/build-velox/src/get-velox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ set -exu
1818

1919
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
2020
VELOX_REPO=https://github.com/IBM/velox.git
21-
VELOX_BRANCH=dft-2025_11_17
22-
VELOX_ENHANCED_BRANCH=ibm-2025_11_17
21+
VELOX_BRANCH=dft-2025_11_19
22+
VELOX_ENHANCED_BRANCH=ibm-2025_11_19
2323
VELOX_HOME=""
2424
RUN_SETUP_SCRIPT=ON
2525
ENABLE_ENHANCED_FEATURES=OFF

0 commit comments

Comments
 (0)