kecookier opened a new pull request, #5784: URL: https://github.com/apache/incubator-gluten/pull/5784
## What changes were proposed in this pull request? Currently, in the Gluten code, once `velox::core::MemConfigMutable` is initialized, the key-value pairs are not modified anymore. This scenario is better suited for using `velox::core::MemConfig`. `MemConfigMutable` is suitable for scenarios where key-value pairs are modified by multiple threads. ## How was this patch tested? existed ci -- 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]
