mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
handle unionArrayBitmap width of bitmaps correctly
This commit is contained in:
parent
71d3074b38
commit
f92e880751
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