kevinmingtarja opened a new pull request, #39592: URL: https://github.com/apache/arrow/pull/39592
### Rationale for this change As mentioned in the issue, the byte_width attribute was missing on most data types, which is a small annoyance. ### What changes are included in this PR? Add the byte_width attribute on the DataType class, which is the base class of all Arrow data types. ### Are these changes tested? Yes, tests were added in `python/pyarrow/tests/test_types.py`. ### Are there any user-facing changes? Yes, users can now access the byte_width attribute on all fixed width data types. * Closes #39277 -- 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]
