Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-45517: [GLib] garrow_data_type_new_raw() returns GARROW_TYPE_STRIN…
…G_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 <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information