viirya commented on code in PR #3529: URL: https://github.com/apache/arrow-rs/pull/3529#discussion_r1070364011
########## arrow-data/src/data.rs: ########## @@ -519,7 +581,14 @@ impl ArrayData { Ok(result) } - /// Returns the total number of bytes of memory occupied physically by this [ArrayData]. + /// Returns the total number of bytes of memory occupied + /// physically by this [ArrayData] and all its [`Buffer`]s and Review Comment: ```suggestion /// physically by this [`ArrayData`] and all its [`Buffer`]s and ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org