Comment typo "index max" to "index map" (#8700)

master
Bruce Wang 5 years ago committed by kannappanr
parent eaa838a63f
commit c476b27a65
  1. 2
      pkg/s3select/csv/reader.go

@ -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…
Cancel
Save