v.24.7Bug Fix
Fix errors for queries with (column IS NULL) expression in ClickHouse
FixUnknown identifierandColumn is not under aggregate functionerrors for queries with the expression(column IS NULL).The bug was triggered by #65088, with the disabled analyzer only. #66654 (Nikolai Kochetov).