Joe Crobak

Results 9 comments of Joe Crobak

Hi, did you open the file in binary mode? We recently updated the example in the readme https://github.com/jcrobak/parquet-python#example

This seems like a bug, probably an off by one. Do you happen to have a sample file to reproduce the issue?

thanks for the fix - do you happen to have a simple test case that we can add? I'll look into why the CI build failed; it seems unrelated.

@SergeNov thanks for the report. I'll attempt to reproduce and fix the issue.

@SergeNov I've started to work on support for schemas like these. The first step is in #45, if you want to give it a try. Unfortunately, I don't think your...

Hi @Khris777 - what version of python are on?

@Khris777 can you try opening the files in binary mode? i.e. `with open(filename,'rb')` ?

Any chance you could try to reproduce this on the 1.2 release that was just published?

Oh interesting. I'd love to try to recreate this issue. How are you generating the parquet file that it fails on?