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
For an Array like StringArray that contains two Buffers, if its Value Buffer is empty and its Value Offset Buffer is not empty, which means that it contains all elements of the empty string. In this case, let slice = array.slice(0, n); sending slice will result in a truncation failure because buffer_need_truncate() returns false.
Describe the bug
For an Array like StringArray that contains two Buffers, if its Value Buffer is empty and its Value Offset Buffer is not empty, which means that it contains all elements of the empty string. In this case, let slice = array.slice(0, n); sending slice will result in a truncation failure because buffer_need_truncate() returns false.
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: