-
Notifications
You must be signed in to change notification settings - Fork 789
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ArrayData::new_null and DataType::primitive_width (#3676)
* Add ArrayData::new_null and DataType::primitive_width * Add FixedSizeBinary test * Update arrow-data/src/data.rs Co-authored-by: askoa <112126368+askoa@users.noreply.github.com> * Only generate nulls for first UnionArray child --------- Co-authored-by: askoa <112126368+askoa@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
277 additions
and
434 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
Oops, something went wrong.