Commits


Hiroyuki Sato authored and GitHub committed c6b6bfb7bd1
GH-44758: [GLib] Add garrow_array_validate_full() (#45342) ### Rationale for this change [Array::ValidateFull](https://arrow.apache.org/docs/cpp/api/array.html#_CPPv4NK5arrow5Array12ValidateFullEv) available in the C++ API. But, GLib doesn't support that method yet. ### What changes are included in this PR? This PR adds a validation method in the array class. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44758 Authored-by: Hiroyuki Sato <hiroysato@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>