mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #331 from travisturner/roaring-union-bug
handle `unionArrayBitmap` width of bitmaps correctly
This commit is contained in:
commit
0d54221f5e
1 changed files with 1 additions and 0 deletions
|
|
@ -1364,6 +1364,7 @@ func unionArrayBitmap(a, b *container) *container {
|
|||
break
|
||||
} else if i >= len(a.array) {
|
||||
output.add(vb)
|
||||
continue
|
||||
} else if eof {
|
||||
output.add(a.array[i])
|
||||
i++
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue