ueshin opened a new pull request #34685: URL: https://github.com/apache/spark/pull/34685
### What changes were proposed in this pull request? ### Why are the changes needed? Currently a profiler is provided for only `RDD` operations, but providing a profiler for Python/Pandas UDFs would be great. ### Does this PR introduce _any_ user-facing change? Yes, the profiler will work and show the results when a Spark conf `spark.python.profile` is set to `true`. ### How was this patch tested? Added some tests and manually checked the behavior. -- 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]
