|
1 | | -# Release 480 (updated to 19/01/2026) |
| 1 | +# Release 480 (xxx Feb 2026) |
2 | 2 |
|
3 | 3 | ## General |
4 | 4 |
|
5 | | -* Expose coordinator and worker counts to the metrics endpoint. ({issue}`27408`) |
6 | | -* Expose scale writers max memory limits to improve management of insert memory |
7 | | - consumption . ({issue}`27874`) |
| 5 | +* Add coordinator and worker counts to the metrics endpoint. ({issue}`27408`) |
| 6 | +* Add `task.scale-writers.max-writer-memory-percentage` configuration property |
| 7 | + to improve management of insert memory consumption . ({issue}`27874`) |
8 | 8 | * {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the |
9 | 9 | corresponding system session property `enable_large_dynamic_filters`. ({issue}`27637`) |
10 | 10 | * {{breaking}} Remove the `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*` |
|
51 | 51 |
|
52 | 52 | ## DuckDB connector |
53 | 53 |
|
54 | | -* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 54 | +* Fix failure when creating a table caused by incorrect cleanup of the tables after a failed |
55 | 55 | `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
56 | 56 |
|
57 | 57 | ## Hive connector |
|
83 | 83 |
|
84 | 84 | ## Iceberg connector |
85 | 85 |
|
86 | | -* Add support for BigLake metastore in Iceberg REST catalog. ({issue}`26219`) |
| 86 | +* Add support for the BigLake metastore in Iceberg REST catalog. ({issue}`26219`) |
87 | 87 | * Add `delete_after_commit_enabled` and `max_previous_versions` table properties. ({issue}`14128`) |
88 | 88 | * Allow creating Iceberg format version 3 tables, upgrading v1 or v2 tables to v3, and inserting |
89 | 89 | into v3 tables. Unsupported v3 features are explicitly rejected. ({issue}`27786`) |
|
112 | 112 | * Fix failure when reading `$file_modified_time` metadata column on tables with equality |
113 | 113 | deletes. ({issue}`27850`) |
114 | 114 | * Avoid Parquet footer explosion when binary columns contain certain pathological values. ({issue}`27903`) |
115 | | -* Fix failures for queries with JOINs on metadata columns. ({issue}`27984`) |
| 115 | +* Fix failures for queries with joins on metadata columns. ({issue}`27984`) |
116 | 116 |
|
117 | 117 | ## Ignite connector |
118 | 118 |
|
|
0 commit comments