zhztheplayer opened a new issue, #6862: URL: https://github.com/apache/incubator-gluten/issues/6862
### Description Spark session can be shut down and renewed per Spark's design. When a new session is created, some session-wise configurations (e.g. Spark local dir) may change. Gluten now only do static initialization once in the same process without checking configuration changes. We should implement a new mechanism to clean up Gluten's global states as well as vanilla Spark's doing. -- 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]
