-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### 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]>
- Loading branch information
Showing
5 changed files
with
269 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.