alamb commented on code in PR #5798: URL: https://github.com/apache/arrow-rs/pull/5798#discussion_r1617594683
########## arrow-array/src/array/primitive_array.rs: ########## @@ -419,7 +419,7 @@ pub type Decimal256Array = PrimitiveArray<Decimal256Type>; pub use crate::types::ArrowPrimitiveType; -/// An array of [primitive values](https://arrow.apache.org/docs/format/Columnar.html#fixed-size-primitive-layout) +/// An array of primtive values, of type [`ArrowPrimitiveType`] Review Comment: ```suggestion /// An array of primitive values, of type [`ArrowPrimitiveType`] ``` -- 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]
