Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/17671#discussion_r154874340
--- Diff: python/pyspark/worker.py ---
@@ -39,6 +39,12 @@
pickleSer = PickleSerializer()
utf8_deserializer = UTF8Deserializer()
+try:
--- End diff --
Perhaps only do this if sentry is enabled?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
