Release 476-e LTS (2 Sep 2025)#
Starburst Enterprise platform (SEP) 476-e LTS is the follow up SEP release to 475-e STS release and the 474-e LTS release.
This release is a promotion of the original 476-e STS release in August 2025 into a long term support (LTS) release.
It contains all improvements from Starburst Enterprise releases since the 474-e LTS release:
It includes all improvements from the following Trino release:
Highlights since 474-e#
Added support for data product enrichment using the Starburst AI agent as a private preview.
Added support for Apache Iceberg table spec version 3.
Added support for Iceberg branching.
Updated the look and feel of the data products UI.
Added a new deployment artifact containing the Starburst Gateway and Starburst Data Catalog called
starburst-portal
to simplify deployment for customers using both features.Added support for Starburst Data Catalog as a public preview.
Introduced a new UX to make it easier to view and manage built-in access control roles and policies.
Starburst ODBC driver V3 series is now generally available.
Breaking changes#
As of version 476-e, Starburst Gateway and Starburst data catalog are deployed together using a unified Helm chart called
starburst-portal
. This new deployment artifact simplifies installation and ensures compatibility with the latest features and fixes. The previous individual Helm charts forstarburst-gateway
andstarburst-catalog
are no longer supported.The
hive.s3.storage-class-filter
configuration property has been renamed tohive.s3-glacier-filter
in the Hive connector. If you use this property in your configuration files, the old names are no longer recognized. Update your configurations to use the new names to avoid unexpected behavior.The
query.max-written-data-size
query management property has been renamed toquery.max-write-physical-size
. Update your configuration files to use the new property name or the cluster fails to start.The
--sun-misc-unsafe-memory-access=allow
JVM option is required when running Trino with the BigQuery or Snowflake connectors. Add this option to your Trino JVM configuration to ensure proper connector operation.The
kafka-event-listener.client-config-overrides
configuration property has been removed. To configure the Kafka client for the event listener, specify the configuration in a separate file and set thekafka-event-listener.config.resources
property to the path of that file.The Kudu catalog configuration property
kudu.schema-emulation.enabled
has been removed and replaced with the new propertykudu.schema-emulation.type
. If your configuration relied on the old property, you must update your catalog configuration to usekudu.schema-emulation.type
. See Kudu configuration properties for more information about allowed values forkudu.schema-emulation.type
.The
hive.file-status-cache-tables.excluded
configuration property has been renamed tohive.file-status-cache.excluded-tables
. Update your configuration files to use the new property name or the cluster fails to start.
476-e initial changes#
General#
Updated the default value of the
max_import_duration
property for materialized views from30m
to120m
.Updated the default refresh interval for data product materialized views from
60m
to125m
.Improved execution speed for queries that include joins and aggregations.
Security#
Added support for allowing the role receiving a location privilege grant to grant the privilege to others in built-in access control.
Updated built-in access control to include ownership information when querying the
schemas_authorization
,tables_authorization
, andfunctions_authorization
metadata tables in thesystem.metadata
schema.
Delta Lake#
Fixed an issue that prevented querying Delta Lake tables with
timestamp_ntz
columns in Unity Catalog.
Hive connector#
Added support for view refresh using the
ALTER VIEW ... REFRESH
statement.Fixed an issue that prevented the connector from accessing metadata tables when AWS Lake Formation access control was enabled.
Fixed an issue where
SELECT *
queries failed when AWS Lake Formation access control was enabled, the user lackedSELECT
permissions on all columns, andhide_inaccessible_columns=true
.Fixed incorrect
DATE
values when reading Parquet files written by Hive in legacy calendar mode for dates prior to1970-01-01
. SEP now detects and converts these legacy calendar dates to proleptic Gregorian calendar.
Iceberg connector#
Added support for branching.
Added support for Apache Iceberg table spec version 3.
Added support for
copy-on-write
mode when using themerge_mode
table property.Added support for AWS Glue v2 to Iceberg. You can enable it using the
iceberg.catalog.type=glue_v2
configuration property.Added support for specifying the time zone to apply when reading from Iceberg tables with the
iceberg.time-zone
configuration property.Improved query planning performance for materialized views by parallelizing base table freshness retrieval.
Fixed an issue where data maintenance jobs could target non-Iceberg catalogs.
Fixed an issue that prevented the connector from accessing metadata tables when AWS Lake Formation access control was enabled.
Fixed an issue where
SELECT *
queries failed when AWS Lake Formation access control was enabled, the user lackedSELECT
permissions on all columns, andhide_inaccessible_columns=true
.
Kudu connector#
Added support for schema emulation when Kudu is integrated with the Hive metastore. See Kudu configuration properties for information on configuring schema emulation.
Memory connector#
Added support for view refresh using the
ALTER VIEW ... REFRESH
statement.
PostgreSQL connector#
Added support for IAM authentication in Google Cloud instances.
Snowflake connector#
Added support for the MERGE SQL operation.
476-e.1 changes (2 Sep 2025)#
Updated
starburst-schema-registry
to version 0.9.1-e.8 to mitigate the following CVEs:CVE-2024-22257
CVE-2024-22259
CVE-2025-22228
Limited access to table branch operations (
CREATE BRANCH
,ALTER BRANCH
, andDROP BRANCH
) to sysadmin users with BIAC enabled.Fixed an issue where navigating to query overview from a workload management table caused filter controls to become unresponsive.
Fixed an issue that prevented the SEP product version from rendering in the About dialog.