parquet-python
parquet-python copied to clipboard
fixed boolean reading
Couldn't read booleans because they were set to 0 in the thrift file which would then evaluate to False when checking their truth value. Changed it so it specifically checks whether the type is None.
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.
Sorry I don't have one and I couldn't figure out how to make one for this but any small parquet file with booleans should work as a test case.