[issue38775] Cloudpickle.py file is crashing due to data type incompatibility.

2019-11-13 Thread Kafeel Ansari
Kafeel Ansari added the comment: Hi @xtreak , Thank you for the reply . Please find below detailed description. I was using python 3.8 and installed pyspark 2.4.4 . I encountered error related to cloudpickle file. Please find the attached snapshot. I tried to convert the value

[issue38775] Cloudpickle.py file is crashing due to data type incompatibility.

2019-11-12 Thread Kafeel Ansari
New submission from Kafeel Ansari : I tried python3.8 for my project. But it is crashing in the beginning . When debugged , found out that "Line 145 in cloudpickle.py" is returning the value in bytes which is not expected. Code Snippet: _cell_set_tem