Commits


Dewey Dunnington authored and GitHub committed 2fcf8b306d1
GH-44713: [Python] Add support for Decimal32 and Decimal64 types (#44882) ### Rationale for this change Arrow C++ and the Arrow specification now support 32-bit and 64-bit decimal types...pyarrow should too! ### What changes are included in this PR? Added type, array, and scalar bindings. ### Are these changes tested? Yes! ### Are there any user-facing changes? Yes! * GitHub Issue: #44713 Authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>