Fix build error after merge
parent
233678e831
commit
cf060e064a
|
@ -289,7 +289,7 @@ func (m *Measurement) filters(stmt *influxql.SelectStatement) map[uint32]influxq
|
|||
}
|
||||
return seriesIdsToExpr
|
||||
}
|
||||
_, _, _ = m.walkWhereForSeriesIds(stmt.Condition, seriesIdsToExpr)
|
||||
ids, _, _ := m.walkWhereForSeriesIds(stmt.Condition, seriesIdsToExpr)
|
||||
|
||||
// ensure every id is in the map
|
||||
for _, id := range ids {
|
||||
|
|
Loading…
Reference in New Issue