This commit is contained in:
Aliaksandr Valialkin 2024-05-09 21:36:26 +02:00
parent b2ff38c41e
commit edede71be8
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -191,7 +191,7 @@ func (c *column) mustWriteTo(ch *columnHeader, sw *streamWriters) {
bb.B = bloomFilterMarshal(bb.B[:0], tokensBuf.A)
putTokensBuf(tokensBuf)
} else {
// there is no need in ecoding bloom filter for dictiory type,
// there is no need in ecoding bloom filter for dictionary type,
// since it isn't used during querying - all the dictionary values are available in ch.valuesDict
bb.B = bb.B[:0]
}