This is an automated email from the ASF dual-hosted git repository.

philo 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 6c97e566f0 [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_30) 
(#8371)
6c97e566f0 is described below

commit 6c97e566f0895b002de7272b52e543b3e9d99ec5
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Dec 30 17:37:37 2024 +0800

    [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_30) (#8371)
---
 cpp/velox/compute/WholeStageResultIterator.cc | 2 ++
 ep/build-velox/src/get_velox.sh               | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/cpp/velox/compute/WholeStageResultIterator.cc 
b/cpp/velox/compute/WholeStageResultIterator.cc
index 1bf783fb8c..c1ae6f2184 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -140,6 +140,7 @@ WholeStageResultIterator::WholeStageResultIterator(
             std::nullopt,
             customSplitInfo,
             nullptr,
+            true,
             deleteFiles,
             std::unordered_map<std::string, std::string>(),
             properties[idx]);
@@ -156,6 +157,7 @@ WholeStageResultIterator::WholeStageResultIterator(
             nullptr,
             std::unordered_map<std::string, std::string>(),
             0,
+            true,
             metadataColumn,
             properties[idx]);
       }
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index cb1e76aa5d..c4412f68dd 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=2024_12_25
+VELOX_BRANCH=2024_12_30
 VELOX_HOME=""
 
 OS=`uname -s`


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

Reply via email to