Fix for Queries with Bloom Filter Indexes on Column c in ClickHouse
Official CH changelog text
Queries like SELECT count() FROM t WHERE cast(c = 1 or c = 9999 AS Bool) SETTINGS use_skip_indexes=1 with bloom filter indexes on c now work correctly. #67781 (jsc0218).