Back to Trino

Release 443 (21 Mar 2024)

docs/src/main/sphinx/release/release-443.md

4801.6 KB
Original Source

Release 443 (21 Mar 2024)

General

  • Fix formatting of casts from double or real to varchar when running with non-US locales. ({issue}21136)
  • Prevent query failure when partial aggregation over decimals with precision larger than 18 below joins. ({issue}21099)

Delta Lake connector

  • Automatically use timestamp(6) as type during table creation when other timestamp precision is specified. ({issue}19336)
  • Ensure all files are deleted when native S3 file system support is enabled. ({issue}21111)

Hive connector

  • Reduce coordinator CPU and memory usage. ({issue}21075)
  • Prevent failures when listing columms of a table that is concurrently dropped and sql-standard authorization is used. ({issue}21109)
  • Ensure all files are deleted when native S3 file system support is enabled. ({issue}21111)

Hudi connector

  • Ensure all files are deleted when native S3 file system support is enabled. ({issue}21111)

Iceberg connector

  • Improve storage table cleanup when creating a materialized view fails. ({issue}20837)
  • Fix dropping materialized views created before Trino 433 when using a Hive metastore. ({issue}20837)
  • Fix support for trailing slashes for the table_location specified with the register_table procedure. ({issue}19143)
  • Ensure all files are deleted when native S3 file system support is enabled. ({issue}21111)

Prometheus connector

  • Add support for a custom authorization header name. ({issue}21187)

SPI

  • Add catalog store support for dynamic catalog storage implementation in connector plugins. ({issue}21114)