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
In the WriterTest, an exception occurs when you restart the function after a manual interruption.
java.lang.IllegalArgumentException: The input bit vectors are not distinct
at it.unimi.dsi.sux4j.mph.HollowTrieMonotoneMinimalPerfectHashFunction.<init>(HollowTrieMonotoneMinimalPerfectHashFunction.java:180)
at net.almightshell.pf.PerfectTableHolder.reloadBucketDictionary(PerfectTableHolder.java:71)
at net.almightshell.pf.PerfectFile$Writer.close(PerfectFile.java:226)
at net.almightshell.pf.WriterTest.testPut_Path(WriterTest.java:53)
The text was updated successfully, but these errors were encountered:
In the WriterTest, an exception occurs when you restart the function after a manual interruption.
The text was updated successfully, but these errors were encountered: