Release 475-e STS (27 Jun 2025)#
Starburst Enterprise platform (SEP) 475-e is the follow up SEP release to 474-e. It includes all improvements from the following Trino releases:
This release is a short term support (STS) release.
General#
Updated Go to 1.23.9 to mitigate CVE-2025-22871.
Added support for
query.max-output-data-size
andquery.max-written-data-size
configuration properties to manage data size limits for queries.Added support for UTF-8 characters in data product schema names.
Fixed an issue where some menu items were visible to users without the required permissions.
Fixed an issue where backslashes were misinterpreted as string escapes in datasets created via Data Products.
Fixed an issue where some UI features were incorrectly made visible for certain server configurations.
Fixed
joinConditions is empty
error for certain query shapes.Fixed an issue which caused incremental refresh of materialized views to fail when using session credentials.
Security#
Added support for duplicating existing roles in BIAC.
Fixed incorrect access control denial when using AWS Lake Formation access control and selecting from Athena views containing non-lowercase column names.
Fixed an issue where the Built-in access control audit log queue would crash or become unresponsive due to errors. The audit log queue now handles errors more gracefully by persisting queued events and logging more meaningful exceptions to the coordinator logs.
Fixed an issue that prevented users from unchecking ‘All functions’ in the BIAC privileges configuration dialog.
BigQuery connector#
Added support for limiting the max parallelism with the
bigquery.max-parallelism
configuration property.Fixed an issue that caused queries to hang when reading large tables.
Delta Lake connector#
GA support was added for using Unity Catalog as a metastore.
Added support for Unity Catalog-owned tables.
Hive connector#
GA support was added for using Unity Catalog as a metastore.
Fixed an issue where dropping a Hive materialized view did not clean up failed table imports.
Fixed an issue which caused incremental refresh of materialized views to fail when using session credentials.
Iceberg connector#
Fixed an issue where dropping an Iceberg materialized view with an ongoing refresh failed, and subsequent attempts to recreate the materialized view also failed.
Oracle connector#
Added support for
LIKE
pushdowns.