marin-ma commented on code in PR #10585:
URL:
https://github.com/apache/incubator-gluten/pull/10585#discussion_r2315329654
##########
cpp/velox/compute/VeloxBackend.cc:
##########
@@ -294,6 +293,12 @@ void VeloxBackend::initCache() {
}
void VeloxBackend::initConnector(const
std::shared_ptr<velox::config::ConfigBase>& hiveConf) {
+ for (const auto& [key, value] : hiveConf->rawConfigs()) {
+ // always update to use new session level conf
+ backendConf_->set(key, value);
Review Comment:
If the `initConnector` is only called from `WholeStageResultIterator`, is it
possible to remove the filesystem related configurations from the backend conf?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]