You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When serializing a String ListArray slice(0, 1), the offsets of the inner StringArray is all serialized into the buffer. Imagine that if the inner StringArray is 10k in length, then the offset is (10k + 1) * 4 bytes, incurring significant overhead.
Describe the bug
When serializing a String ListArray slice(0, 1), the offsets of the inner StringArray is all serialized into the buffer. Imagine that if the inner StringArray is 10k in length, then the offset is (10k + 1) * 4 bytes, incurring significant overhead.
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: