v.25.7New Feature
Support TimestampTZ
Support TimestampTZ in Glue catalog. This closes #81654. #83132 (Konstantin Vedernikov).Why it matters
This feature enables ClickHouse to correctly interpret and handleTimestampTZ (timestamp with time zone) columns when working with tables registered in the AWS Glue catalog, ensuring accurate data type mapping and compatibility.How to use it
When accessing tables through the AWS Glue catalog, ClickHouse will now automatically recognize and support columns with theTimestampTZ type without additional configuration.