This is an automated email from the ASF dual-hosted git repository.
marong 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 6de724c9ac [GLUTEN-6887][VL] Daily Update Velox Version (2026_01_16)
(#11433)
6de724c9ac is described below
commit 6de724c9ac3b6bdfde33418e7466eaf0440cc5e8
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Jan 16 21:17:36 2026 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2026_01_16) (#11433)
* [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 <[email protected]>
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Rong Ma <[email protected]>
---
cpp/velox/jni/JniFileSystem.cc | 2 +-
ep/build-velox/src/get-velox.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/jni/JniFileSystem.cc b/cpp/velox/jni/JniFileSystem.cc
index a8b7bf3fdb..51a7821f01 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 38b6de4974..14070294bd 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]