wjones127 commented on pull request #12216:
URL: https://github.com/apache/arrow/pull/12216#issuecomment-1023682053


   Yes this change to 
https://github.com/apache/arrow/blob/20e9e935899c8e11439ee16fb41d24190f2fabd6/cpp/src/parquet/arrow/reader.cc#L766-L768
 fixes the issue:
   
   ```
       ARROW_ASSIGN_OR_RAISE(
           null_bitmap,
           AllocateResizableBuffer(bit_util::BytesForBits(length_upper_bound + 
100), ctx_->pool));
   ```


-- 
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