v.25.10Backward Incompatible Change
Versions, queries with table functions named
In previous versions, queries with table functions named the same way as the implementation functions for operators were formatted inconsistently. Closes #81601. Closes #81977. Closes #82834. Closes #82835. EXPLAIN SYNTAX queries will not always format operators - the new behavior better reflects the purpose of explaining syntax.clickhouse-format,formatQuery, and similar will not format functions as operators if the query contained them in a functional form. #82825 (Alexey Milovidov).