v.21.11Improvements
Allow Date Parsing in YYYYMMDD Format
Allow to parse values ofDatedata type in text formats asYYYYMMDDin addition toYYYY-MM-DD. This closes #30870. #30871 (alexey-milovidov).
Why it matters
This feature enhances date parsing flexibility by allowing users to input dates without delimiters, solving issues when dates are provided in compact numeric formats. It simplifies data ingestion workflows by supporting a common alternative date format.How to use it
Users can simply provideDate data in the YYYYMMDD format in text inputs or files. ClickHouse will automatically recognize and parse these values as valid dates without additional configuration.