You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `originalUser` and `authenticatedUser` as resource group selectors. ({issue}`24662`)
5
+
* Fix a correctness bug in `GROUP BY` or `DISTINCT` queries with a large number of unique groups ({issue}`25381`)
6
+
7
+
## Docker image
8
+
* Use JDK 24 in the runtime ({issue}`23501`)
9
+
10
+
## Delta Lake connector
11
+
* Fix failure for `MERGE` queries on [cloned](https://delta.io/blog/delta-lake-clone/) tables. ({issue}`24756`)
12
+
13
+
## Iceberg connector
14
+
* Add support for setting session timeout on iceberg REST catalog instances. This is configured via the iceberg catalog config property `iceberg.rest-catalog.session-timeout` (default: 1h) ({issue}`25160`)
15
+
* Add support for configuring whether OAuth token refreshes are enabled for iceberg REST catalogs. This is configured via the iceberg catalog config property `iceberg.rest-catalog.oauth2.token-refresh-enabled` (default: true) ({issue}`25160`)
0 commit comments