mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
Update roaring/roaring.go
Co-authored-by: Matthew Jaffee <matthew.jaffee@gmail.com>
This commit is contained in:
parent
8e27e55459
commit
18e31a63b6
1 changed files with 1 additions and 1 deletions
|
|
@ -2282,7 +2282,7 @@ func (b *Bitmap) ImportRoaringBits(data []byte, clear bool, log bool, rowSize ui
|
|||
func (b *Bitmap) MergeRoaringRawIteratorIntoExists(itr RoaringIterator, rowSize uint64) error {
|
||||
|
||||
if itr == nil {
|
||||
return errors.New("bad roaring iterator, but don't know why")
|
||||
return errors.New("nil RoaringIterator passed to MergeRoaringRawIteratorIntoExists")
|
||||
}
|
||||
var synthC Container
|
||||
importUpdater := func(oldC *Container, existed bool) (newC *Container, write bool) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue