tustvold commented on code in PR #3882:
URL: https://github.com/apache/arrow-rs/pull/3882#discussion_r1140308685
##########
arrow-array/src/array/primitive_array.rs:
##########
@@ -230,27 +230,7 @@ pub type Decimal128Array = PrimitiveArray<Decimal128Type>;
/// scale less or equal to 76.
pub type Decimal256Array = PrimitiveArray<Decimal256Type>;
-/// Trait bridging the dynamic-typed nature of Arrow (via [`DataType`]) with
the
-/// static-typed nature of rust types ([`ArrowNativeType`]) for all types that
implement [`ArrowNativeType`].
-pub trait ArrowPrimitiveType: 'static {
Review Comment:
I moved this into types along with all the other traits of this sort
--
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]