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)
Allow running queries performing DML on Iceberg tables with fault-tolerant
execution. (#10622)
Create files of up to approximately 1GB of size when writing. This can be
configured using hive.target-max-file-size catalog property or
target_max_file_size session property. (#10957)