zhouyuan commented on code in PR #10585:
URL: 
https://github.com/apache/incubator-gluten/pull/10585#discussion_r2321469085


##########
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:
   Users may pass/modify the filesystem related configurations at session 
level, by setting the keys here it will allow us to pick the latest values



-- 
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]

Reply via email to