When indexing an array of string values, these may be dynamically indexed as dense_vector. This is unexpected behavior as they should be indexed as text. The error ...
I have a trying to modify data buffers of string column. if i print the buffer readable bytes after buffers.set(index, compressedBuf);, i see the right value. List<ArrowBuf> buffers = ...