tobixdev opened a new pull request, #8901:
URL: https://github.com/apache/arrow-rs/pull/8901

   # Which issue does this PR close?
   
   - Closes #8900 .
   
   # Rationale for this change
   
   This causes the values buffer to have the expected length after creating the 
null array.
   
   # What changes are included in this PR?
   
   Use `MutableBuffer::new_null` instead of `MutableBuffer::new`
   
   # Are these changes tested?
   
   Yes, additional constructor test
   
   # Are there any user-facing changes?
   
   Yes, the buffer will now be correctly initialized when calling 
`FixedSizeBinaryArray::new_null`


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