This is an automated email from the ASF dual-hosted git repository.
hongze 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 67b46c286a [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_23)
(#10788)
67b46c286a is described below
commit 67b46c286a23b05511613b984a65fe1ea9a35af3
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Sep 23 17:29:55 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_09_23) (#10788)
---
cpp/velox/jni/JniFileSystem.cc | 3 ++-
ep/build-velox/src/get_velox.sh | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/jni/JniFileSystem.cc b/cpp/velox/jni/JniFileSystem.cc
index 5fc3bf62e0..a06af3522a 100644
--- a/cpp/velox/jni/JniFileSystem.cc
+++ b/cpp/velox/jni/JniFileSystem.cc
@@ -89,7 +89,8 @@ class JniReadFile : public facebook::velox::ReadFile {
uint64_t offset,
uint64_t length,
void* buf,
- facebook::velox::filesystems::File::IoStats* stats = nullptr) const
override {
+ facebook::velox::filesystems::File::IoStats* stats = nullptr,
+ const folly::F14FastMap<std::string, std::string>& fileReadOps = {})
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 c698d90bdf..a361910f82 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_09_21
+VELOX_BRANCH=2025_09_23
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_09_21
+VELOX_ENHANCED_BRANCH=ibm-2025_09_23
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]