mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Update api.go
Co-authored-by: Matthew Jaffee <matthew.jaffee@gmail.com>
This commit is contained in:
parent
155a4b4a31
commit
1b87b7148e
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
|
@ -425,7 +425,7 @@ func importWorker(importWork chan importJob) {
|
|||
data := viewData
|
||||
if fileMagic != roaring.MagicNumber {
|
||||
// if the view data arrives is in the "standard" roaring format, we must
|
||||
// make a copy of data in order allow for the convertion to the pilosa roaring run format
|
||||
// make a copy of data in order allow for the conversion to the pilosa roaring run format
|
||||
// in field.importRoaring
|
||||
data = make([]byte, len(viewData))
|
||||
copy(data, viewData)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue