dongjoon-hyun commented on code in PR #49492: URL: https://github.com/apache/spark/pull/49492#discussion_r1917416229
########## connector/profiler/README.md: ########## @@ -39,7 +39,7 @@ For more information on async_profiler see the [Async Profiler Manual](https://k To enable code profiling, first enable the code profiling plugin via ``` -spark.plugins=org.apache.spark.executor.profiler.ExecutorProfilerPlugin +spark.plugins=org.apache.spark.profiler.ProfilerPlugin Review Comment: `ExecutorProfilerPlugin` is new feature of Spark 4. So, it's okay. -- 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]
