rshkv commented on PR #42440: URL: https://github.com/apache/spark/pull/42440#issuecomment-1820690515
@HyukjinKwon, I left a note on SPARK-44767. We use this API in Palantir's Spark fork to support diverse usage of Python UDFs. Same as Databricks, we don't control the UDFs users write and some of it is pretty wild (like calling `subprocess` on native libraries installed by Conda, or using `chdir` such that relative paths like `./environment/bin` stop working). A worker plugin allows us to support all that. -- 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]
