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( 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