tlm365 commented on code in PR #6720:
URL: https://github.com/apache/arrow-rs/pull/6720#discussion_r1838445337
##########
arrow-cast/src/cast/mod.rs:
##########
@@ -2483,14 +2484,28 @@ where
Ok(Arc::new(byte_array_builder.finish()))
}
+trait StringArrayType<'a>: ArrayAccessor<Item = &'a str> + Sized {
Review Comment:
@Omega359 Thanks so much for reviewing.
> We would now have this in arrow-string and arrow-cast. Perhaps this would
be best moved to arrow-array alongside ArrayAccessor ?
Makes sense to me 👍
--
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]