You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by holdenk <gi...@git.apache.org> on 2017/12/05 08:37:31 UTC

[GitHub] spark pull request #17671: [SPARK-20368][PYSPARK] Provide optional support f...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org