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
The struct type requires additions/modifications to builders for buffers and arrays. This is needed in order match functionality with the other supported types.
### What changes are included in this PR?
Updates to buffer and array builders for Struct type.
### Are these changes tested?
Yes, Array test has been added for the Struct type using the Struct builders
**This PR includes breaking changes to public APIs.**
The init method for ArrowArray currently does not throw. This PR will change this behavior and allow the init method to throw. External code that calls init will need to be updated to catch any errors.
* GitHub Issue: #43168
Authored-by: Alva Bandy <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Need to add buffer and array builders for StructArray type.
Component(s)
Swift
The text was updated successfully, but these errors were encountered: