v.24.1Improvement

Improved Handling of Signed Numeric Literals in normalizeQuery

Improved handling of signed numeric literals in normalizeQuery. #58710 (Salvatore Mesoraca).
Improved handling of signed numeric literals in normalizeQuery.

Why it matters

This feature enhances the parsing and normalization process of signed numeric literals within ClickHouse queries, ensuring more accurate query normalization and potentially preventing errors related to numeric literal interpretation.

How to use it

No explicit user action is required. The improvement is integrated into the query normalization logic internally, benefiting all users automatically when their queries involve signed numeric literals.