Hi All, I tried creating a DataFrame containing an empty bytearray, bytearray(b''). The DataFrame can be created but upon collection the following Exception occurs, repro steps are also at the top of the pyspark shell:
Bytearray's that aren't empty cause no issues: This doesn't seem right but I'm not sure if this is an undiscovered bug, a discovered bug I couldn't locate online or intended behaviour. Any help is appreciated. ----- Cheers, Lucas Pickup -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/PickleException-when-collecting-DataFrame-containing-empty-bytearray-tp28475.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe e-mail: [email protected]
