carols10cents opened a new pull request #8590:
URL: https://github.com/apache/arrow/pull/8590


   And disregard differences in capacity.
   
   This gets 2 ignored Parquet -> Arrow roundtrip tests to pass because they 
were only failing due to differences in `BufferData` capacities.
   
   I noticed that `MutableBuffer`'s `PartialEq` also checks `capacity`, and I 
think that's still correct: two `MutableBuffer`s who differ only in `capacity` 
could have different behavior if you try to add the same data to each of them 
and one doesn't have sufficient capacity.


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

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


Reply via email to