Skip to content

Commit 6af29f1

Browse files
committed
fixup! Add 480 release notes
1 parent bdfafef commit 6af29f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/main/sphinx/release/release-480.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Release 480 (updated to 19/01/2026)
1+
# Release 480 (xxx Feb 2026)
22

33
## General
44

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`)
88
* {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the
99
corresponding system session property `enable_large_dynamic_filters`. ({issue}`27637`)
1010
* {{breaking}} Remove the `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*`
@@ -51,7 +51,7 @@
5151

5252
## DuckDB connector
5353

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
5555
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
5656

5757
## Hive connector
@@ -83,7 +83,7 @@
8383

8484
## Iceberg connector
8585

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`)
8787
* Add `delete_after_commit_enabled` and `max_previous_versions` table properties. ({issue}`14128`)
8888
* Allow creating Iceberg format version 3 tables, upgrading v1 or v2 tables to v3, and inserting
8989
into v3 tables. Unsupported v3 features are explicitly rejected. ({issue}`27786`)
@@ -112,7 +112,7 @@
112112
* Fix failure when reading `$file_modified_time` metadata column on tables with equality
113113
deletes. ({issue}`27850`)
114114
* 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`)
116116

117117
## Ignite connector
118118

0 commit comments

Comments
 (0)