tustvold commented on code in PR #6607:
URL: https://github.com/apache/arrow-rs/pull/6607#discussion_r1808256645
##########
arrow-array/src/record_batch.rs:
##########
@@ -469,6 +469,10 @@ impl RecordBatch {
}
/// Returns the total number of bytes of memory occupied physically by
this batch.
+ /// Note that this does not always correspond to the exact memory usage of
an
Review Comment:
```suggestion
///
/// Note that this does not always correspond to the exact memory usage
of a
```
--
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]