Java: remove deprecated configs: 'disabledFacets' and 'timeout'.#3522@pawel-big-lebowskiConfigs have been replaced with: 'facets.facet-name.disabled=true' and 'timeoutInMillis'.
Spark: enable Iceberg metrics reporting for SparkSessionCatalog.#3538@sakjungFixes support for metrics in Iceberg SparkSessionCatalog.
Spark: inject metrics reporter to Iceberg's RESTCatalog.#3515@pawel-big-lebowskiFixes support for metrics in Iceberg RESTCatalog.
dbt: fix race condition on dbt log file#3535@MassyBFixes race condition that was happening when using structured logs output.
dbt: fixes handling of skipped dbt nodes#3545@MassyBSkipped nodes no longed cause exceptions.
Spark: fix record count stats mixed with bytes stats#3550@pawel-big-lebowskiInputStatistics facet for Iceberg datasets no longer produces incorrect stats.
Spark: catch input duplicates for SubqueryAlias.#3548@pawel-big-lebowskiSubquery alias no longer is duplicating the inputs.
Spark: catch Java 17 add opens exception.#3552@mobuchowskiFixes catching InaccessibleMethodException in Java 17 within SparkExtensionVisitor.