Is your feature request related to a problem or challenge?
get_slice_memory_size undercounts the offsets buffer for Utf8/Binary (and LargeUtf8/LargeBinary) arrays.
Describe the solution you'd like
update get_slice_memory_size to be more accurate for string arrays/binary arrays
Describe alternatives you've considered
n/a
Additional context
#10383 (comment)
Is your feature request related to a problem or challenge?
get_slice_memory_sizeundercounts the offsets buffer for Utf8/Binary (and LargeUtf8/LargeBinary) arrays.Describe the solution you'd like
update
get_slice_memory_sizeto be more accurate for string arrays/binary arraysDescribe alternatives you've considered
n/a
Additional context
#10383 (comment)