v.25.9Bug Fix (user-visible misbehavior in an official stable release)
Fix possible wrong result of non-correlated EXISTS
Fix possible wrong result of non-correlatedEXISTS. It was broken withexecute_exists_as_scalar_subquery=1which was introduced in https://github.com/ClickHouse/ClickHouse/pull/85481 and affects25.8. Fixes #86415. #87207 (Nikolai Kochetov).