mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
cache loading
This commit is contained in:
parent
a833624e20
commit
13f8ce673e
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