Github user kxepal commented on a diff in the pull request:
https://github.com/apache/spark/pull/17671#discussion_r154886087
--- Diff: python/pyspark/worker.py ---
@@ -39,6 +39,12 @@
pickleSer = PickleSerializer()
utf8_deserializer = UTF8Deserializer()
+try:
--- End diff --
That's what happens here. Otherwise I would have to bring setuptools as
runtime dependency to find out if pyspark was installed with sentry extra or
not - that's not good idea.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]