mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
commit
1d6a4dea88
1 changed files with 2 additions and 1 deletions
|
|
@ -78,8 +78,9 @@ func makeHolder() (*Holder, string, error) {
|
|||
return nil, "", err
|
||||
}
|
||||
h := NewHolder(DefaultPartitionN)
|
||||
h.Path = path
|
||||
|
||||
return h, path, nil
|
||||
return h, h.Path, nil
|
||||
}
|
||||
|
||||
func testSetBit(t *testing.T, h *Holder, index, field string, rowID, columnID uint64) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue