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

   # Which issue does this PR close?
   
   N/A
   
   # Rationale for this change
   
   because `Rows` own the data and offsets vector, it should use the capacity 
for tracking the size that it uses
   
   # What changes are included in this PR?
   
   replace `len` with `capacity` and added test
   
   # Are these changes tested?
   
   yes
   
   # Are there any user-facing changes?
   
   more accurate size


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