Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 71858aa

Browse files
committed
clean up comment
1 parent 6869e53 commit 71858aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimap_multikey_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (mm *multimapMkT) ListOfEqualRelations(fieldsToIndex, ids map[string]interf
8888
}
8989
}
9090

91-
// TODO: support empty values in composite clustering keys
91+
// TODO: support empty values in clustering columns
9292
for _, field := range mm.idField {
9393
if value := ids[field]; value != nil && value != "" {
9494
relation := Eq(field, value)

0 commit comments

Comments
 (0)