tustvold commented on code in PR #2809:
URL: https://github.com/apache/arrow-rs/pull/2809#discussion_r984030479
##########
arrow-array/src/cast.rs:
##########
@@ -50,427 +62,183 @@ macro_rules! downcast_primitive_array {
($values:ident => $e:expr, $($p:pat => $fallback:expr $(,)*)*) => {
Review Comment:
I eventually hope to split the core logic of downcast_primitive_array into
something which maps `DataType` => `ArrowPrimitiveType` but this is the first
step towards that
--
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]