mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
more bit/column comment tweaks
This commit is contained in:
parent
ca530b1fc3
commit
1317d5e989
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ func TestMultiStatClient_Expvar(t *testing.T) {
|
|||
t.Fatalf("unexpected expvar : %s", pilosa.Expvar.String())
|
||||
}
|
||||
|
||||
// Expvar should ignore earlier set tags from setcolumn
|
||||
// Expvar should ignore earlier set tags from setbit
|
||||
if hldr.Stats.Tags() != nil {
|
||||
t.Fatalf("unexpected tag")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ func (s *RowAttrStore) SetRowAttrs(id uint64, m map[string]interface{}) {
|
|||
s.attrs[id] = m
|
||||
}
|
||||
|
||||
// GenerateImportFill generates a set of columns pairs that evenly fill a fragment chunk.
|
||||
// GenerateImportFill generates a set of row/col pairs that evenly fill a fragment chunk.
|
||||
func GenerateImportFill(rowN int, pct float64) (rowIDs, columnIDs []uint64) {
|
||||
ipct := int(pct * 100)
|
||||
for i := 0; i < SliceWidth*rowN; i++ {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue