sarutak commented on pull request #32786: URL: https://github.com/apache/spark/pull/32786#issuecomment-857522253
Modified `withSQL` to allow executors to call `merge`. In the scheduler's event loop, `SQLConf.get` seems not to be allowed so the default code block will perform in case `withSQL` is called in the event loop, and works as before. I think it's safer than modifying `SQLConf.get` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
