mirror of
https://github.com/minio/minio.git
synced 2024-12-25 14:45:54 -05:00
Comment typo "index max" to "index map" (#8700)
This commit is contained in:
parent
eaa838a63f
commit
c476b27a65
@ -84,7 +84,7 @@ func (r *Reader) Read(dst sql.Record) (sql.Record, error) {
|
||||
}
|
||||
}
|
||||
|
||||
// If no index max, add that.
|
||||
// If no index map, add that.
|
||||
if r.nameIndexMap == nil {
|
||||
r.nameIndexMap = make(map[string]int64)
|
||||
for i := range r.columnNames {
|
||||
|
Loading…
Reference in New Issue
Block a user