Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-17543: [R] Fix bug for NULL type 0-length vectors in array crea…
…tion Added the suggested check in ```Array$create()``` from the JIRA issue, that if both the ```x``` and ```type``` are ```NULL``` then the type is manually assigned to ```arrow::null()```. Added unit tests that captured the bug before I applied the fix and now pass. Closes #13990 from egillax/detect_and_fix_type_null_vectors Authored-by: Egill Fridgeirsson <[email protected]> Signed-off-by: Nic Crane <[email protected]>
- Loading branch information