Use Unsigned Integer for Fixed Size DataType #3815
Labels
arrow
Changes to the arrow crate
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
DataType currently uses
i32
for the length ofFixedSizeList
andFixedSizeBinary
.For consistency with the rest of the rust ecosystem, in addition to arrow2, we should instead use
usize
.Describe the solution you'd like
Describe alternatives you've considered
Additional context
#1176
The text was updated successfully, but these errors were encountered: