jcrobak / parquet-python

python implementation of the parquet columnar file format.
Apache License 2.0
340 stars 257 forks source link

Fix issues invoking struct methods. #42

Closed jcrobak closed 8 years ago

jcrobak commented 8 years ago

struct pack/unpack expect a bytestring, but unicode encoding is being used in some cases.

Refs: https://github.com/jcrobak/parquet-python/issues/40