jackylee-ch commented on code in PR #8920:
URL: https://github.com/apache/incubator-gluten/pull/8920#discussion_r2009142267
##########
backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala:
##########
@@ -149,6 +149,8 @@ class VeloxListenerApi extends ListenerApi with Logging {
override def onExecutorShutdown(): Unit = shutdown()
private def initialize(conf: SparkConf, isDriver: Boolean): Unit = {
+ // Initialize the configurations.
+ VeloxConfig.init()
Review Comment:
It's indeed necessary to register both `VeloxConfig` and `GlutenConfig`
during the system initialization phase, as numerous runtime parameters will be
loaded and applied during the `VeloxBackend`'s initialization process.
--
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]