Release 471-e STS (1 Apr 2025)#
Starburst Enterprise platform (SEP) 471-e is the follow up SEP release to 469-e. It includes all improvements from the following Trino releases:
This release is a short term support (STS) release.
Breaking changes#
The minimum required Java runtime for the JDBC driver and CLI has been updated to Java 11. If you are using an earlier version, you must upgrade to Java 11 or later.
The
optimize_hash_generation
session property and theoptimizer.optimize-hash-generation
configuration option have been removed. You must remove these properties from your configuration or the cluster fails to start.The following Unity catalog metastore configuration properties have been renamed in the Delta Lake connector:
delta.metastore.unity.host
tohive.metastore.unity.host
delta.metastore.unity.catalog-name
tohive.metastore.unity.catalog-name
delta.metastore.unity.access-token
tohive.metastore.unity.token
Update these properties in your catalog configuration file or the cluster fails to start.
The Kinesis connector has been removed. Update your dependencies and configurations to use an alternative connector.
General#
Added support for Data maintenance jobs.
Added the
failed_refresh_limit
,failedRefreshLimit
, andfailed-refresh-limit
configuration properties for materialized views, table scan redirection, and cache service.Fixed redundant condition in permission check for user access to the workload management feature.
Fixed an issue with query preparation when result set caching is enabled.
Fixed an issue that prevented data product publication when the data type was a
long
value.
Security#
Fixed an issue in SCIM when updating group membership with Azure AD.
DynamoDB connector#
Added support for authenticating with the AWS Default Credentials Provider Chain.
Hive connector#
Added read-only public preview support for Unity Catalog as a metastore.
Iceberg connector#
Added support for Amazon S3 Tables.
Added support for automatic refresh of materialized views as a public preview.