zhztheplayer opened a new pull request, #11405: URL: https://github.com/apache/incubator-gluten/pull/11405
The purpose of `TaskResources.runUnsafe` is to prevent driver side code from leaking resources. It's safe to allow the usage in Spark task, so we could reuse some driver-only code (e.g., rule application) in task as well. The patch is to change the code to safely loose the restriction. -- 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]
