Release 446-e STS (5 June 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-splits
delta.max-initial-split-size
legacy.materialized-view-grace-period
The
PARTITION_COLUMN
andPARTITION_VALUE
arguments for theflush_metadata_cache
procedure of the Hive connector have been renamed toPARTITION_COLUMNS
andPARTITION_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-UNNAMED
to yourjvm.config
or set thebigquery.arrow-serialization.enabled
catalog configuration property tofalse
in 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 operation
error.Added support for connection keep-alive.
Snowflake connector#
Fixed forced mapping of unsupported types.