Release 371 (16 Feb 2022)#
General#
Add support for using secrets in database backed resource group manager configuration. (#10996)
Add support for the user group selector rule in database backed resource group manager. (#10914)
Remove
deprecated.disable-set-properties-security-check-for-create-ddl
configuration toggle. (#10923)Prevent infinite planning loop by removing redundant predicates above table scan. (#10532)
Prevent time outs for planning of certain queries. (#10985)
Fix performance regression in internal communication authentication processing. (#10954)
Fix failure when casting values to
decimal(38, 38)
. (#10946)Enforce timeout for idle transactions. (#10923)
Ensure removal of all catalog session properties when using session property defaults with transactions. (#10923)
Security#
Invoke correct authorization check when table is created via
CREATE TABLE AS
. (#10939)
ClickHouse connector#
Hive connector#
Allow specifying AWS role session name via S3 security mapping config. (#10714)
Disallow writes to bucketed tables recognized as created by Spark to prevent data corruption. Spark uses a custom bucketing hash function that is not compatible with Hive and Trino. (#10815)
Fix failure when reading Hive tables that contain symlinks that are text files. (#10910)
Fix metastore impersonation for Avro tables. (#11035)
Iceberg connector#
Kudu connector#
Drop support for Kudu versions older than 1.13.0. (#10940)