Xiangrui Meng created SPARK-7379:
------------------------------------

             Summary: pickle.loads expects a string instead of bytes in Python 
3.
                 Key: SPARK-7379
                 URL: https://issues.apache.org/jira/browse/SPARK-7379
             Project: Spark
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Xiangrui Meng


In PickleSerializer, we call pickle.loads in Python 3. However, the input obj 
could be bytes, which works in Python 2 but not 3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to