v.25.7Bug Fix (user-visible misbehavior in an official stable release)

Fix Parquet bloom filter

Fixed Parquet bloom filter incorrectly applying condition like WHERE function(key) IN (...) as if it were WHERE key IN (...). #81255 (Michael Kolupaev).