v.22.9Improvement
Allow Date Parsing as DateTime and DateTime64
Allow parsingDateasDateTimeandDateTime64. This implements the enhancement proposed in #36949. #40474 (Alexey Milovidov).
Why it matters
This feature addresses the need to easily convert or interpretDate type data as DateTime or DateTime64, simplifying data handling and reducing errors when working with mixed date and datetime formats. It improves flexibility for users dealing with time-based data by extending parsing capabilities.How to use it
Users can now directly parse columns or literals ofDate type as DateTime or DateTime64 without additional casting or conversion steps. This behavior is enabled by default after upgrading to the version with this feature.