Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_11_03) (#7786)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
GlutenPerfBot authored Nov 3, 2024
1 parent 0bb41c7 commit 95170df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cpp/velox/compute/WholeStageResultIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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] =
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 95170df

Please sign in to comment.