From 1a995ffbcf1e2609306b37c556016ec3847e3263 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Fri, 16 Jan 2026 16:06:08 +0000 Subject: [PATCH 1/2] [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_01_16) Upstream Velox's New Commits: 8fb25943a by Xiao Du, Add pool name and state to non-reclaimable warning 536cc7814 by Ping Liu, feat: Add iceberg column handle (#15607) 79803bd89 by Jacob Khaliqi, docs: Add docs for geo functions (#15990) 5863197e4 by Natasha Sehgal, Enable make_set_digest and merge_set_digest in fuzzer (#15750) d2c830417 by Ping Liu, feat: Add BaseVector::createFromVariants convenience API (#15955) 217f9e3e5 by Xiaoxuan Meng, feat: Add FileIoTracer for tracking IO operations with call stack context (#16012) Signed-off-by: glutenperfbot --- 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 38b6de4974ed..14070294bdb6 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-2026_01_15 -VELOX_ENHANCED_BRANCH=ibm-2026_01_15 +VELOX_BRANCH=dft-2026_01_16 +VELOX_ENHANCED_BRANCH=ibm-2026_01_16 VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF From c50cf536268e35b64537ad4cb2b37c647103d22a Mon Sep 17 00:00:00 2001 From: Rong Ma Date: Fri, 16 Jan 2026 16:51:11 +0000 Subject: [PATCH 2/2] fix --- cpp/velox/jni/JniFileSystem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/velox/jni/JniFileSystem.cc b/cpp/velox/jni/JniFileSystem.cc index a8b7bf3fdbe0..51a7821f0168 100644 --- a/cpp/velox/jni/JniFileSystem.cc +++ b/cpp/velox/jni/JniFileSystem.cc @@ -89,7 +89,7 @@ class JniReadFile : public facebook::velox::ReadFile { uint64_t offset, uint64_t length, void* buf, - const facebook::velox::FileStorageContext& fileStorageContext = {}) const override { + const facebook::velox::FileIoContext& fileStorageContext = {}) const override { JNIEnv* env = nullptr; attachCurrentThreadAsDaemonOrThrow(vm, &env); env->CallVoidMethod(