v.23.7New Feature

Implement KQL-style Formatting for Interval Data Type Compatibility

Implement KQL-style formatting for the Interval data type. This is only needed for compatibility with the Kusto query language. #45671 (ltrk2).
Implemented KQL-style formatting for the Interval data type to ensure compatibility with the Kusto query language.

Why it matters

This feature addresses the need for ClickHouse to support Kusto query language's (KQL) interval formatting, enabling seamless interoperability and easier data handling when integrating with systems or workflows that use KQL.

How to use it

Users can get KQL-style formatted intervals when working with the Interval data type, improving readability and compatibility with Kusto queries. No additional configuration is required beyond using the Interval type where KQL compatibility is needed.