neilconway commented on code in PR #11002:
URL: https://github.com/apache/arrow-rs/pull/11002#discussion_r4038698386


##########
arrow-array/src/types.rs:
##########
@@ -1400,7 +1400,7 @@ mod decimal {
 /// [`Decimal128Array`]: crate::array::Decimal128Array
 /// [`Decimal256Array`]: crate::array::Decimal256Array
 pub trait DecimalType:
-    'static + Send + Sync + ArrowPrimitiveType + decimal::DecimalTypeSealed
+    'static + Send + Sync + ArrowPrimitiveType<Native: DecimalNativeType> + 
decimal::DecimalTypeSealed

Review Comment:
   Yep, that's right!



-- 
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]

Reply via email to