alamb commented on code in PR #5634:
URL: https://github.com/apache/arrow-rs/pull/5634#discussion_r1562554157
##########
arrow-cast/src/display.rs:
##########
@@ -733,6 +735,13 @@ impl<'a, O: OffsetSizeTrait> DisplayIndex for &'a
GenericStringArray<O> {
}
}
+impl<'a> DisplayIndex for &'a StringViewArray {
Review Comment:
The actual implementation is pretty straightforward. The tests are the
largest part of this PR
--
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]