mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
fix bitmap reference bug
This commit is contained in:
parent
d354335374
commit
f50fc24749
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ func (f *Fragment) openCache() error {
|
|||
// Read in all bitmaps by ID.
|
||||
// This will cause them to be added to the cache.
|
||||
for _, bitmapID := range pb.GetBitmapIDs() {
|
||||
bm := f.bitmap(bitmapID)
|
||||
f.bitmap(bitmapID)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue