Add support for reading partition columns whose type changed via type
widening. (#22433)
Add support for authenticating with Glue with a Kubernetes service account.
This can be enabled via the
hive.metastore.glue.use-web-identity-token-credentials-provider
configuration property. (#15267)
Fix failure when executing the VACUUM procedure on tables
without old transaction logs. (#22816)
Add support for authenticating with Glue with a Kubernetes service account.
This can be enabled via the
hive.metastore.glue.use-web-identity-token-credentials-provider
configuration property. (#15267)
Fix failure to read Hive tables migrated to Iceberg with Apache Spark. (#11338)
Fix failure for CREATE FUNCTION with SQL UDF storage in Glue when
hive.metastore.glue.catalogid is set. (#22717)
Add support for authenticating with Glue with a Kubernetes service account.
This can be enabled via the
hive.metastore.glue.use-web-identity-token-credentials-provider
configuration property. (#15267)
⚠️ Breaking change: Change the schema version for the JDBC catalog database to V1.
The previous value can be restored by setting the
iceberg.jdbc-catalog.schema-version configuration property to V0. (#22576)
Add support for views with the JDBC catalog. Requires an upgrade
of the schema for the JDBC catalog database to V1. (#22576)
Add support for specifying on which schemas to enforce the presence of a
partition filter in queries. This can be configured
query-partition-filter-required-schemas property. (#22540)
Add support for authenticating with Glue with a Kubernetes service account.
This can be enabled via the
hive.metastore.glue.use-web-identity-token-credentials-provider
configuration property. (#15267)
Fix failure when executing DROP SCHEMA ... CASCADE using the REST catalog
with Iceberg views. (#22758)