v.21.11Improvements
Fixed Date32 Comparison with Other Types
Fixed comparison ofDate32withDate,DateTime,DateTime64andString. #30219 (liang.huang).
Why it matters
This fix resolves inconsistencies and errors when comparingDate32 values with different date/time formats and string representations. It ensures accurate and reliable comparison operations across these data types, improving data correctness and query results.How to use it
Users do not need to take any specific action to enable this fix. The improved comparison behavior is integrated into ClickHouse and will be applied automatically when executing comparison operations involvingDate32 with Date, DateTime, DateTime64, or String types.