Split the FixedSizeBinaryArray
and FixedSizeListArray
from array_binary.rs
and array_list.rs
#2217
Closed
2 tasks done
Labels
Describe the solution you'd like
I want to move the
FixedSizeBinaryArray
to a new filearray_fixed_size_binary.rs
becauseFixedSizeBinaryArray
andBinaryArray
are 2 different types.array_binary.rs
has been a large file, which is different to read.Same reasons for
FixedSizeListArray
.Checklist:
FixedSizeBinaryArray
toarray_fixed_size_binary.rs
#2218FixedSizeList
toarray_fixed_size_list.rs
#2250Describe alternatives you've considered
We could not do this.
Additional context
The text was updated successfully, but these errors were encountered: