This is an automated email from the ASF dual-hosted git repository.
kejia 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 1fe5a779a [VL] Daily Update Velox Version (2024_06_17) (#6109)
1fe5a779a is described below
commit 1fe5a779a4cb41c333cce8f202855d8c4e1e125c
Author: JiaKe <[email protected]>
AuthorDate: Tue Jun 18 12:47:08 2024 +0800
[VL] Daily Update Velox Version (2024_06_17) (#6109)
---
cpp/velox/compute/WholeStageResultIterator.cc | 1 +
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/cpp/velox/compute/WholeStageResultIterator.cc
b/cpp/velox/compute/WholeStageResultIterator.cc
index 867d347cd..5920a0898 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -529,6 +529,7 @@ std::shared_ptr<velox::Config>
WholeStageResultIterator::createConnectorConfig()
!veloxCfg_->get<bool>(kCaseSensitive, false) ? "true" : "false";
configs[velox::connector::hive::HiveConfig::kPartitionPathAsLowerCaseSession] =
"false";
configs[velox::connector::hive::HiveConfig::kParquetWriteTimestampUnitSession]
= "6";
+ configs[velox::connector::hive::HiveConfig::kReadTimestampUnitSession] = "6";
configs[velox::connector::hive::HiveConfig::kMaxPartitionsPerWritersSession]
=
std::to_string(veloxCfg_->get<int32_t>(kMaxPartitions, 10000));
configs[velox::connector::hive::HiveConfig::kIgnoreMissingFilesSession] =
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index d118ca0c9..0e72469a4 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_06_14
+VELOX_BRANCH=2024_06_17
VELOX_HOME=""
#Set on run gluten on HDFS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]