mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix for failed test TestMain_FrameRestore
This commit is contained in:
parent
527ff5682f
commit
26041563fa
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