Add support to use two-way TLS/SSL certificate validation with LDAP authentication.
Additionally ldap.ssl-trust-certificate config is replaced by ldap.ssl.truststore.path. (#11070).
Fix failures in information schema role tables for catalogs using system roles. (#11694)
Store file min/max ORC statistics for string columns even when actual min or
max value exceeds 64 bytes. This improves query performance when filtering on
such column. (#11652)
Improve performance when reading Parquet data. (#11675)
Improve query performance when the same table is referenced multiple times
within a query. (#11650)
Add support for views when using Iceberg Glue catalog. (#11499)
Add support for reading Iceberg v2 tables containing deletion files. (#11642)
Add support for table redirections to the Hive connector. (#11356)
Include non-Iceberg tables when listing tables from Hive catalogs. (#11617)
Expose nan_count in the $partitions metadata table. (#10709)
Store file min/max ORC statistics for string columns even when actual min or
max value exceeds 64 bytes. This improves query performance when filtering on
such column. (#11652)
Improve performance when reading Parquet data. (#11675)
Fix NPE when an Iceberg data file is missing null count statistics. (#11832)