nevi-me commented on a change in pull request #9329:
URL: https://github.com/apache/arrow/pull/9329#discussion_r574834375
##########
File path: rust/arrow/src/array/data.rs
##########
@@ -229,7 +229,7 @@ pub struct ArrayData {
/// The child(ren) of this array. Only non-empty for nested types,
currently
/// `ListArray` and `StructArray`.
- child_data: Vec<ArrayDataRef>,
+ child_data: Vec<ArrayData>,
Review comment:
Would the impact of the change be that the overall size of a nested
`ArrayData` becomes slightly larger; as we're now only using `Arc` on `Buffer`?
----------------------------------------------------------------
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]