Release 467-e STS (15 January 2025)#
Starburst Enterprise platform (SEP) 467-e is the follow up SEP release to 464-e. It includes all improvements from the following Trino releases:
This release is a short term support (STS) release.
Breaking changes#
The following legacy
protocol.v1.*configuration properties have been removed:protocol.v1.prepared-statement-compression.length-thresholdprotocol.v1.prepared-statement-compression.min-gainprotocol.v1.alternate-header-name.
These properties must be removed from your cluster configuration and any legacy clients reliant on the
protocol.v1.alternate-header-nameclient protocol header must be updated.Password-based authentication in the Cassandra connector now requires the
cassandra.security=PASSWORDcatalog configuration property along with credentials configured in thecassandra.usernameandcassandra.passwordproperties.In the Iceberg connector, the
schemaandtablearguments have been removed from thetable_changestable function in favor ofschema_nameandtable_named, respectively.The
iceberg.rest-catalog.parent-namespaceconfiguration property has been removed. For Unity catalogs, use theiceberg.rest-catalog.warehouseconfiguration property instead.To enable user impersonation with the Hadoop Distributed File System (HDFS), both the
hive.hdfs.impersonation.enabledandfs.hadoop.enabledproperties must be set totrue. If you havehive.hdfs.impersonation.enabledset totruebutfs.hadoop.enabledis not set totrue, you must update your configuration or the cluster fails to start.The Hive connector no longer allows materialized views and HMS/HDFS impersonation to be enabled simultaneously on the same catalog. You can temporarily disable enforcement of this change by turning off SEP config validation.
In order to enable credential passthrough for a non-native filesystem with Microsoft Entra ID, you must now set the
hive.azure.abfs.oauth2.passthroughandfs.hadoop.enabledproperties totrue. If you havehive.azure.abfs.oauth2.passthroughset totruebutfs.hadoop.enabledis not set totrue, you must update your configuration or the cluster fails to start.The
schema-discovery.starburst-jdbc-url,schema-discovery.starburst-user, andschema-discovery.starburst-passwordcatalog configuration properties have been removed. You must remove these properties from your configuration or the cluster fails to start.
The
hive.security=deprecated-rangeranddelta.security=deprecated-rangerproperties have been removed from the Hive and Delta Lake connectors, respectively. You must follow the migration guide to continue to use the Apache Ranger integration.
General#
Added support for editing a schema name when creating a data product.
Added support for dynamically modifying cluster log levels to the Starburst Enterprise web UI.
Fixed a bug that caused querying issues in the query editor when results cache is enabled.
Fixed an issue that caused button height to fluctuate in dialogs during actions in progress.
Security#
Fixed startup failure for Ranger 2.5.0 on Oracle database.
Cassandra connector#
Restored missing plugin that contains SEP enhanced features.
Delta Lake connector#
Fixed a bug that caused incorrect results for queries containing partition predicates with checkpoints that use
NAMEcolumn mapping.
DynamoDB connector#
Fixed incorrect tables displayed by catalogs when multiple DynamoDB catalogs using IAM role auth were attached to the same cluster.
Hive connector#
Fixed an issue where
DROP SCHEMAwith theCASCADEoption failed to remove the corresponding entry in thematerialized_view_definitionstable from the cache service database.DROP SCHEMA CASCADEnow automatically drops materialized views within the schema without manual intervention.
PostgreSQL connector#
Added support for dynamic connection passthrough.
Starburst Stargate connector#
Added the Starburst Stargate parallel connector connector as a public preview.