This is an automated email from the ASF dual-hosted git repository.
felixybw 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 fa8e8e910c [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_02)
(#7404)
fa8e8e910c is described below
commit fa8e8e910c127870ee1a4fa29ededbdc5e8bc11e
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Oct 2 15:10:12 2024 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2024_10_02) (#7404)
* fix for pr velox pr 11086
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: felixybw <[email protected]>
---
cpp/velox/utils/ConfigExtractor.cc | 2 +-
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp/velox/utils/ConfigExtractor.cc
b/cpp/velox/utils/ConfigExtractor.cc
index b07c57c019..7c0e180a54 100644
--- a/cpp/velox/utils/ConfigExtractor.cc
+++ b/cpp/velox/utils/ConfigExtractor.cc
@@ -169,7 +169,7 @@ std::shared_ptr<facebook::velox::config::ConfigBase>
getHiveConfig(
auto stream = std::ifstream(gsAuthServiceAccountJsonKeyfile.value());
stream.exceptions(std::ios::badbit);
std::string gsAuthServiceAccountJson =
std::string(std::istreambuf_iterator<char>(stream.rdbuf()), {});
-
hiveConfMap[facebook::velox::connector::hive::HiveConfig::kGCSCredentials] =
gsAuthServiceAccountJson;
+
hiveConfMap[facebook::velox::connector::hive::HiveConfig::kGCSCredentialsPath]
= gsAuthServiceAccountJson;
} else {
LOG(WARNING) << "STARTUP: conf spark.hadoop.fs.gs.auth.type is set to
SERVICE_ACCOUNT_JSON_KEYFILE, "
"however conf
spark.hadoop.fs.gs.auth.service.account.json.keyfile is not set";
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 006dd921e4..7d6bf23ec0 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_10_01
+VELOX_BRANCH=2024_10_02
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]