Release 446-e STS (5 Jun 2024)#
Starburst Enterprise platform (SEP) 446-e is the follow up SEP release to 443-e. It includes all improvements from the following Trino releases:
This release is a short term support (STS) release.
Breaking changes#
The following configuration properties and catalog configuration properties have been removed. These properties must be removed from all configurations or the cluster fails to start:
delta.max-initial-splitsdelta.max-initial-split-sizelegacy.materialized-view-grace-period
The
PARTITION_COLUMNandPARTITION_VALUEarguments for theflush_metadata_cacheprocedure of the Hive connector have been renamed toPARTITION_COLUMNSandPARTITION_VALUES, respectively. The old argument names no longer work.The BigQuery connector now enables Arrow serializaion by default, which requires a JVM configuration. You must either add
--add-opens=java.base/java.nio=ALL-UNNAMEDto yourjvm.configor set thebigquery.arrow-serialization.enabledcatalog configuration property tofalsein your BigQuery catalog configurations.
General#
Released MaxCompute connector in general availability.
Improved how schema discovery handles directories containing
_delta_log, marking them immediately as Delta tables.Fixed an issue where schema discovery would skip unparsable JSON files from table definition.
Security#
Fixed an issue causing some large built-in access control audit logs to fail when using MySQL as the backend service database.
Delta Lake connector#
Added support for OAuth 2.0 token pass-through for the Unity catalog.
Iceberg connector#
Added location privilege support for built-in access control.
MongoDB connector#
Added support for password credential pass-through.
Oracle connector#
Added retry in case of
ORA-12847: retry parsing due to concurrent DDL operationerror.Added support for connection keep-alive.
Snowflake connector#
Fixed forced mapping of unsupported types.