alamb commented on code in PR #5624:
URL: https://github.com/apache/arrow-rs/pull/5624#discussion_r1562783593
##########
arrow-array/src/types.rs:
##########
@@ -58,11 +58,6 @@ pub trait ArrowPrimitiveType: primitive::PrimitiveTypeSealed
+ 'static {
/// the corresponding Arrow data type of this primitive type.
const DATA_TYPE: DataType;
- /// Returns the byte width of this primitive type.
Review Comment:
I think removing this method is an API change -- perhaps you could deprecate
it rather than removing it instead?
--
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]