tyrelr commented on a change in pull request #9440:
URL: https://github.com/apache/arrow/pull/9440#discussion_r571711899
##########
File path: rust/arrow/src/array/array_list.rs
##########
@@ -181,6 +181,14 @@ impl<OffsetSize: 'static + OffsetSizeTrait> Array for
GenericListArray<OffsetSiz
}
}
+impl<'a, OffsetSize: OffsetSizeTrait> TypedArray for &'a
GenericListArray<OffsetSize> {
Review comment:
I don't believe anything is actually using this impl right now
----------------------------------------------------------------
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]