raulcd opened a new pull request, #45852:
URL: https://github.com/apache/arrow/pull/45852

    - New test to validate new buffer length is missing
   
   ### Rationale for this change
   
   The `CopyBitmap` variant that returns a `std::shared_ptr<Buffer>` doesn't 
allow passing a destination bit offset for the output.
   
   Accepting such an argument would allow using that function to replace the 
null bitmap of an existing array, without changing its offset.
   
   ### What changes are included in this PR?
   
   Adding the option `out_offset` argument.
   
   ### Are these changes tested?
   
   TBD
   
   ### Are there any user-facing changes?
   
   No, but we allow a new optional argument (`out_offset`) to `CopyBitmap`
   


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