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 95170df224 [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_03) 
(#7786)
95170df224 is described below

commit 95170df224b5b24f638b0533245a8fd60288e354
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sun Nov 3 21:50:46 2024 +0800

    [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_03) (#7786)
    
    e5234d1a6 by Zac Wen, Use fallocate for file size extension when supported 
(11403)
    e25e7a133 by Jialiang Tan, QueryConfig documentation clean up (11355)
    6c7bcd7cc by Jialiang Tan, Avoid hard coded icu4c path (11410)
    8bb3bb90f by Kevin Wilfong, Fix formatting of Etc/... time zones in 
Presto's datetime_format and cast TSwTZ to varchar (11409)
---
 cpp/velox/compute/WholeStageResultIterator.cc | 4 ++--
 ep/build-velox/src/get_velox.sh               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpp/velox/compute/WholeStageResultIterator.cc 
b/cpp/velox/compute/WholeStageResultIterator.cc
index 5ece7179b9..29f467c5e7 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -494,8 +494,8 @@ std::unordered_map<std::string, std::string> 
WholeStageResultIterator::getQueryC
         std::to_string(veloxCfg_->get<uint64_t>(kSpillWriteBufferSize, 4L * 
1024 * 1024));
     configs[velox::core::QueryConfig::kSpillStartPartitionBit] =
         std::to_string(veloxCfg_->get<uint8_t>(kSpillStartPartitionBit, 29));
-    configs[velox::core::QueryConfig::kJoinSpillPartitionBits] =
-        std::to_string(veloxCfg_->get<uint8_t>(kSpillPartitionBits, 2));
+    configs[velox::core::QueryConfig::kSpillNumPartitionBits] =
+        std::to_string(veloxCfg_->get<uint8_t>(kSpillPartitionBits, 3));
     configs[velox::core::QueryConfig::kSpillableReservationGrowthPct] =
         std::to_string(veloxCfg_->get<uint8_t>(kSpillableReservationGrowthPct, 
25));
     configs[velox::core::QueryConfig::kSpillCompressionKind] =
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 6d53466b07..9f430ba999 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_11_02
+VELOX_BRANCH=2024_11_03
 VELOX_HOME=""
 
 OS=`uname -s`


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

Reply via email to