mdepero commented on PR #13277:
URL: https://github.com/apache/arrow/pull/13277#issuecomment-1145167501

   @zeroshade note that this PR allocates additional memory to skip, but I 
don't see a much better way to patch given how the generic column reader 
[allocates scratch 
space](https://github.com/apache/arrow/blob/master/go/parquet/file/column_reader.go#L439)
 and there not being a good way [to 
convert](https://github.com/apache/arrow/blob/master/go/parquet/file/column_reader_types.gen.go#L209-L211)
 a `[]byte` buffer into `[]bool` where 8 bool values map to each byte?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to