Release 474 (21 Mar 2025)#

General#

  • Add originalUser and authenticatedUser as resource group selectors. (#24662)

  • Fix a correctness bug in GROUP BY or DISTINCT queries with a large number of unique groups (#25381)

Docker image#

  • Use JDK 24 in the runtime (#23501)

Delta Lake connector#

Iceberg connector#

  • 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) (#25160)

  • 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) (#25160)