Skip to content

Commit ff89faf

Browse files
GlutenPerfBotglutenperfbotzhouyuan
authored
[GLUTEN-6887][VL] Daily Update Velox Version (2026_03_10) (#11730)
* [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_03_10) Upstream Velox's New Commits: 796130003 by Devavret Makkar, feat(cuDF): Add streaming support to kFinal and kSingle Groupby aggregation (#16488) fc701d8ef by Zoltan Arnold Nagy, fix(cudf): Extract filters from remainingFilter for predicate pushdown (#16661) 6483e1ce7 by Zac Wen, feat: Add operator stats for IndexSource in query plan output (#16659) bd8305134 by Rui Mo, fix(fuzzer): Disable streaming aggregation for Spark fuzzer test (#14831) d0724bd7a by Ke Wang, refactor: Rename footerEstimatedSize to footerSpeculativeIoSize in ReaderOptions (#16671) 882ba3ef5 by Jialiang Tan, Add HierarchicalTimer: merge HardwareTimer + BenchmarkTimer into one (#16669) acbb96ce5 by Masha Basmanova, docs: Add blog post about hidden traps of regex in LIKE and split (#16673) Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com> * fix Signed-off-by: Yuan <yuanzhou@apache.org> --------- Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com> Signed-off-by: Yuan <yuanzhou@apache.org> Co-authored-by: glutenperfbot <glutenperfbot@glutenproject-internal.com> Co-authored-by: Yuan <yuanzhou@apache.org>
1 parent b88d83a commit ff89faf

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-2026_03_08-iceberg
22-
VELOX_ENHANCED_BRANCH=ibm-2026_03_08
21+
VELOX_BRANCH=dft-2026_03_10-iceberg
22+
VELOX_ENHANCED_BRANCH=ibm-2026_03_10
2323
VELOX_HOME=""
2424
RUN_SETUP_SCRIPT=ON
2525
ENABLE_ENHANCED_FEATURES=OFF

0 commit comments

Comments
 (0)