Commits


Hiroyuki Sato authored and GitHub committed cc861b59e86
GH-45517: [GLib] garrow_data_type_new_raw() returns GARROW_TYPE_STRING_VIEW_DATA_TYPE (#45518) ### Rationale for this change The #44686 introduced `GArrowStringViewDataType`. It was missed the one work. It is necessary that `garrow_data_type_new_raw()` returns `GARROW_TYPE_STRING_VIEW_DATA_TYPE`. ### What changes are included in this PR? `garrow_data_type_new_raw()` returns `GARROW_TYPE_STRING_VIEW_DATA_TYPE` if the input data type is `arrow::Type::type::STRING_VIEW`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #45517 Authored-by: Hiroyuki Sato <hiroysato@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>