mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Added a comment about how to create the sample fragment file
This commit is contained in:
parent
02b67ed101
commit
2dcd664a28
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ import (
|
|||
|
||||
// Test flags
|
||||
var (
|
||||
// In order to generate the sample fragment file,
|
||||
// run an import and copy PILOSA_DATA_DIR/INDEX_NAME/FRAME_NAME/0 to testdata/sample_view
|
||||
FragmentPath = flag.String("fragment", "testdata/sample_view/0", "fragment path")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue