v.25.7Improvement
Enable Date/Date32
EnableDate/Date32as integers inJSONinput formats. #83597 (MikhailBurdukov).
Why it matters
This feature allows users to inputDate and Date32 data as integer values when using JSON formats, improving compatibility with systems or data sources that represent dates as integers. It simplifies data ingestion by supporting a broader range of JSON date representations.How to use it
When using JSON input formats, provideDate and Date32 values as integers directly in the JSON data. ClickHouse will automatically parse these integer values into the appropriate date types without additional configuration.