mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Merge pull request #41 from seebs/roaringProto
Stop using Roaring in protobuf messages until it's supported elsewhere
This commit is contained in:
commit
9cec40e69d
1 changed files with 1 additions and 1 deletions
|
|
@ -1262,7 +1262,7 @@ func encodeRow(r *pilosa.Row) *internal.Row {
|
|||
Keys: r.Keys,
|
||||
Attrs: encodeAttrs(r.Attrs),
|
||||
}
|
||||
if false {
|
||||
if true {
|
||||
ir.Columns = r.Columns()
|
||||
} else {
|
||||
ir.Roaring = r.Roaring()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue