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
I found that there are not enough if conditions for o.t.io.TrieWriter#writeSuccinctBitVector method.
Argument SuccinctBitVector sbv is checked by instanceof
BytesSuccinctBitVector
BytesRank0OnlySuccinctBitVector
BytesRank0OnlySuccinctBitVector
BytesRank1OnlySuccinctBitVector
LongsSuccinctBitVector
but it also can be
LongsRank0OnlySuccinctBitVector
LongsRank1OnlySuccinctBitVector
that become IOException.
I observed it when running TrieWriterTest with a Japanese wikipedia title data at 20230901.
The text was updated successfully, but these errors were encountered:
miurahr
changed the title
o.t.io.TrieWriter#writeSuccinctBitVector has not enough if blockso.t.io.TrieWriter#writeSuccinctBitVector don't have enough if conditions
Oct 2, 2023
I found that there are not enough
if
conditions foro.t.io.TrieWriter#writeSuccinctBitVector
method.Argument
SuccinctBitVector sbv
is checked byinstanceof
but it also can be
that become
IOException
.I observed it when running TrieWriterTest with a Japanese wikipedia title data at 20230901.
The text was updated successfully, but these errors were encountered: