UnionListWriter#startList
points the inner writer at the wrong position
#585
Labels
Type: bug
Something isn't working
UnionListWriter's impl:
Whereas UnionLargeListViewWriter:
Note that the issue is that
UnionListWriter
fetches the offset ofidx() + 1
-- not the offset ofidx()
like the Large impl.Also note that
startNewValue
returns the position that the writer can be set to; we don't need to poke into the offset buffer.The text was updated successfully, but these errors were encountered: