crflynn / pbspark

protobuf pyspark conversion
MIT License
21 stars 5 forks source link

fix bytearray bug #27

Closed crflynn closed 2 years ago

crflynn commented 2 years ago

Bumping protoc/protobuf. Newer versions of protobuf result in a bytearray error in the decoder. We fix that here by ensuring the value passed to FromString is of type bytes.