This commit is contained in:
Aliaksandr Valialkin 2024-05-17 11:23:59 +02:00
parent 160034bda3
commit bddc715c0c
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB
2 changed files with 2 additions and 1 deletions

View file

@ -57,8 +57,8 @@ func (fs *filterStream) applyToBlockResult(br *blockResult, bm *bitmap) {
v := c.valuesEncoded[0]
if !fs.f.matchStreamName(v) {
bm.resetBits()
return
}
return
}
if c.isTime {
bm.resetBits()

View file

@ -165,6 +165,7 @@ func (sn *streamName) parse(s string) bool {
if s[0] != ',' {
return false
}
s = s[1:]
}
}