Rename ArrayData::validate_dictionary_offset
to ArrayData::validate_values
#1812
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
ArrayData::validate_dictionary_offset
no longer just validates dictionary offsets and instead verifies array offsets, decimal precision, etc..Describe the solution you'd like
I would like to propose renaming
ArrayData::validate_dictionary_offset
toArrayData::validate_values
. Potentially first deprecating the old method.Describe alternatives you've considered
We could not do this.
Additional context
The text was updated successfully, but these errors were encountered: