Release 410-e STS (15 Mar 2023)#

Starburst Enterprise platform (SEP) 410-e is the follow up release to the 407-e version. It includes all improvements from the following Trino project releases:

This release is a short term support (STS) release.

Breaking changes#

  • The accelerated Parquet reader was removed, and replaced with an improved implementation in Trino. The catalog configuration properties iceberg.accelerated-parquet-reader.enabled, hive.accelerated-parquet-reader.enabled, and delta.accelerated-parquet-reader.enabled, and the related catalog session properties are deprecated and must be removed from catalog configurations or the cluster does not start. The new implemenetation is enabled by default, see Parquet format configuration properties for details applicable to all object storage connectors.

  • The following connector names have been removed and must be changed to allow successful cluster starts:

    • hive-hadoop2 to hive

    • memsql to singlestore

  • The following connector names have been changed. The old connector names continue to work but it is strongly recommended to change catalog configurations to the new names:

    • delta-lake to delta_lake

    • generic-jdbc to generic_jdbc

    • sap-hana to sap_hana

    • snowflake-jdbc to snowflake_jdbc

    • snowflake-distributed to snowflake_distributed

    • teradata-direct to teradata_direct

    • warp-speed to warp_speed

  • This release introduced a Trino bug that causes some INSERT INTO ... SELECT statements to fail with an “invalid offset” exception when exchange data compression is enabled as part of a Fault-tolerant execution configuration. For a temporary workaround, set the exchange.compression-enabled configuration property to false.

General#

  • Added support for arranging worksheet tabs in the query editor.

  • Changed managed statistics to use the in-memory statistics cache by default.

  • Fixed an issue where query details failed to load for some queries executed on SEP versions prior to 405-e.

Security#

  • Added PingIdentity as a supported OAuth 2.0 identity provider.

  • Update Starburst Ranger client to 2.3.0-e.3.

Snowflake connector#