v.23.7New Feature
Implement KQL-style Formatting for Interval Data Type Compatibility
Implement KQL-style formatting for theIntervaldata type. This is only needed for compatibility with theKustoquery language. #45671 (ltrk2).
Why it matters
This feature addresses the need for ClickHouse to supportKusto 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 theInterval data type, improving readability and compatibility with Kusto queries. No additional configuration is required beyond using the Interval type where KQL compatibility is needed.