mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
fix for failed test TestMain_FrameRestore
This commit is contained in:
parent
cabe0fef24
commit
23bc227bf3
1 changed files with 1 additions and 0 deletions
|
|
@ -408,6 +408,7 @@ func (f *Fragment) setBit(bitmapID, profileID uint64) (changed bool, bool error)
|
|||
} else {
|
||||
bm.IncrementCount(profileID)
|
||||
}
|
||||
bm.SetBit(profileID)
|
||||
|
||||
f.cache.Add(bitmapID, bm.Count())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue