This commit is contained in:
Todd Gruben 2022-03-10 09:03:07 -06:00
parent 52e9027c79
commit 57b8dcd43a

View file

@ -3594,7 +3594,7 @@ func (c *Container) bitmapToArray() *Container {
if fail {
// the onlyreason we are here is because N was incorrect
// so we force a recount of N and try again
c.bitmapRepair()
c.bitmapRepair()
array, fail, n = makeArray(bitmap, make([]uint16, c.N()))
if fail {
//this should not be able to happen under any circumstance