You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
[Array::Validate](https://arrow.apache.org/docs/cpp/api/array.html#_CPPv4NK5arrow5Array8ValidateEv) 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: #44757
Authored-by: Hiroyuki Sato <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
It's the bindings of
arrow::Array::Validate()
.Component(s)
GLib
The text was updated successfully, but these errors were encountered: