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 3e1c261d37 [GLUTEN-6887][VL] Daily Update Velox Version (2025_01_28) 
(#8629)
3e1c261d37 is described below

commit 3e1c261d377102f480d66a00db361390597c0d8a
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Wed Jan 29 19:00:55 2025 +0800

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_01_28) (#8629)
    
    dfe7d1a7b by Jacob Wujciak-Jens, build: Fix pyvelox build failing due to 
missing protobuf headers (12185)
    cc264cd5d by Yedidya Feldblum, let VeloxPromise move-ctor be noexcept 
(12182)
    a55e9a2c4 by Jacob Wujciak-Jens, build(ci): Fix artifact handling in 
Conbench Upload job (12183)
    9dede0e6d by Peter Enescu, fix(array functions): Add support to 
array_has_duplicates for input of type json (12158)
    028d9e407 by Ke Wang, fix: Fix config name for 
stats-based-filter-reorder-disabaled (12175)
---
 cpp/velox/jni/JniFileSystem.cc  | 6 ++----
 ep/build-velox/src/get_velox.sh | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/cpp/velox/jni/JniFileSystem.cc b/cpp/velox/jni/JniFileSystem.cc
index 61223a59d7..40a499a878 100644
--- a/cpp/velox/jni/JniFileSystem.cc
+++ b/cpp/velox/jni/JniFileSystem.cc
@@ -215,8 +215,7 @@ class FileSystemWrapper : public 
facebook::velox::filesystems::FileSystem {
 
   std::unique_ptr<facebook::velox::ReadFile> openFileForRead(
       std::string_view path,
-      const facebook::velox::filesystems::FileOptions& options,
-      facebook::velox::io::IoStatistics* ioStats) override {
+      const facebook::velox::filesystems::FileOptions& options) override {
     return fs_->openFileForRead(rewrite(path), options);
   }
 
@@ -287,8 +286,7 @@ class JniFileSystem : public 
facebook::velox::filesystems::FileSystem {
 
   std::unique_ptr<facebook::velox::ReadFile> openFileForRead(
       std::string_view path,
-      const facebook::velox::filesystems::FileOptions& options,
-      facebook::velox::io::IoStatistics* ioStats) override {
+      const facebook::velox::filesystems::FileOptions& options) override {
     GLUTEN_CHECK(
         options.values.empty(),
         "JniFileSystem::openFileForRead: file options is not empty, this is 
not currently supported");
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index cab21b0d4b..9f6dbdeacb 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
 set -exu
 
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_01_27
+VELOX_BRANCH=2025_01_28
 VELOX_HOME=""
 
 OS=`uname -s`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to