Commits


Andrey Klochkov authored and Antoine Pitrou committed af02cdc9ebb
ARROW-11518: [C++][Parquet] Fix buffer allocation when reading/skipping boolean columns Parquet reader crashes while reading boolean columns due to incorrect calculation of buffer size in TypedColumnReaderImpl::Skip. This change fixes the buffer size calculation to accommodate levels data. Closes #9432 from diggerk/arrow-11518 Lead-authored-by: Andrey Klochkov <aklochkov@liftoff.io> Co-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Andrey Klochkov <diggerk@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>