HyukjinKwon opened a new pull request, #43635: URL: https://github.com/apache/spark/pull/43635
### What changes were proposed in this pull request? This PR proposes to make `faulthandler` as a runtime configuration so we can turn on and off during runtime. ### Why are the changes needed? `faulthandler` feature within PySpark is really useful especially to debug an errors that regular Python interpreter cannot catch out of the box such as a segmentation fault errors, see also https://github.com/apache/spark/pull/43600. It would be very useful to convert this as a runtime configuration without restarting the shell. ### Does this PR introduce _any_ user-facing change? Yes, users can now set `spark.sql.execution.pyspark.udf.faulthandler.enabled` during runtime to enable `faulthandler` feature. ### How was this patch tested? Manually, TBD ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
