yikf commented on code in PR #8920:
URL: https://github.com/apache/incubator-gluten/pull/8920#discussion_r1995261176


##########
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 is possible that when parsing the configuration, the VeloxConfig class 
has not yet been loaded by the virtual machine, resulting in the configurations 
made through buildConf and buildStaticConf not being executed, that is, not 
being registered.



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