Commits


Hiroyuki Sato authored and GitHub committed abda57c4212
GH-44604: [GLib] Add Decimal32Array (#44617) ### Rationale for this change The `arrow::Decimal32Array` has been released. The `GArrowDecimal32Array` class must be implemented in the GLib. ### What changes are included in this PR? * Implement `GArrowDecimal32Array` * Implement `GArrowDecimal32ArrayBuilder` ### Are these changes tested? YES ### Are there any user-facing changes? NO * GitHub Issue: #44604 Authored-by: Hiroyuki Sato <hiroysato@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>