v.25.7New Feature

Support TimestampTZ

Support TimestampTZ in Glue catalog. This closes #81654. #83132 (Konstantin Vedernikov).
Added support for the TimestampTZ data type in the AWS Glue catalog integration within ClickHouse.

Why it matters

This feature enables ClickHouse to correctly interpret and handle TimestampTZ (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 the TimestampTZ type without additional configuration.