kou opened a new pull request, #34838:
URL: https://github.com/apache/arrow/pull/34838
### Rationale for this change
They are missing.
### What changes are included in this PR?
The following GLib APIs are added for them:
* `garrow_union_array_get_type_code()`
* `garrow_union_array_get_child_id()`
* `garrow_dense_union_array_get_value_offset()`
`Arrow::{Sparse,Dense}UnionArray#{to_records,values}` have a backward
incompatible change:
* Don't include field name:
* Before: `{"field_name" => value}`
* After: `value`
Because I think that `"field_name"` is useless for many cases. Only `value`
is suitable for many cases.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
**This PR includes breaking changes to public APIs.**
See the above description for details.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]