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
, anddelta.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
tohive
memsql
tosinglestore
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
todelta_lake
generic-jdbc
togeneric_jdbc
sap-hana
tosap_hana
snowflake-jdbc
tosnowflake_jdbc
snowflake-distributed
tosnowflake_distributed
teradata-direct
toteradata_direct
warp-speed
towarp_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 theexchange.compression-enabled
configuration property tofalse
.
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#
Added support for Managed statistics as a public preview.