Skip to content

Commit 65d0306

Browse files
committed
fixup! Add 480 release notes
1 parent c3eb901 commit 65d0306

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

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

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
## General
44

55
* Add coordinator and worker counts to `/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`)
6+
* Allow configuring the maximum amount of memory to use while writing tables
7+
through the `task.scale-writers.max-writer-memory-percentage` configuration
8+
property. ({issue}`27874`)
9+
* Add `array_first(array(E), function(E, boolean))` to return an element
10+
matching the predicate. ({issue}`27706`)
811
* {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the
912
corresponding system session property `enable_large_dynamic_filters`. ({issue}`27637`)
1013
* {{breaking}} Remove the `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*`
@@ -17,12 +20,16 @@
1720
* Fix {func}`localtimestamp` failure for precisions 7 and 8. ({issue}`27807`)
1821
* Fix spurious query failures when querying the `system` catalog during catalog
1922
drop operations. ({issue}`28017`)
23+
* Fix failure when executing `date_add` function with larger value. ({issue}`27899`)
2024

2125
## Web UI
2226

2327
* Add cluster status info to the header in the preview UI. ({issue}`27712`)
2428
* Sort stages in the query details page numerically rather than alphabetically. ({issue}`27655`)
2529

30+
## CLI
31+
* Fix warning generated when system terminal cannot be created. ({issue}`28321`)
32+
2633
## ClickHouse connector
2734

2835
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
@@ -48,6 +55,7 @@
4855
writing to Delta Lake tables on S3. ({issue}`27701`)
4956
* Fix potential table corruption when executing `CREATE OR REPLACE` with table definition
5057
changes. ({issue}`27805`)
58+
* Fix Azure Storage connectivity issues. ({issue}`28058`)
5159

5260
## DuckDB connector
5361

@@ -68,6 +76,8 @@
6876
* {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`)
6977
* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`)
7078
* Improve the effectiveness of Bloom filters for high-cardinality columns in Parquet files. ({issue}`27656`)
79+
* Fix Azure Storage connectivity issues. ({issue}`28058`)
80+
* Fix memory accounting for insert queries on a bucketed sorted table. ({issue}`28315`)
7181

7282
## Hudi connector
7383

@@ -80,6 +90,7 @@
8090
`parquet.writer.page-size`, instead. ({issue}`27729`)
8191
* {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`)
8292
* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`)
93+
* Fix Azure Storage connectivity issues. ({issue}`28058`)
8394

8495
## Iceberg connector
8596

@@ -88,6 +99,7 @@
8899
* Add support for column default values in Iceberg v3 tables. ({issue}`27837`)
89100
* Add support for creating, writing to or deleting from Iceberg v3 tables. ({issue}`27786`, {issue}`27788`)
90101
* Add `content` column to `$manifests` and `$all_manifests` metadata tables. ({issue}`27975`)
102+
* Add support for changing nested types in `array` and `map` types. ({issue}`27998`)
91103
* Clean up unused files from materialized views when they are refreshed. ({issue}`28008`)
92104
* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`)
93105
* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration
@@ -102,14 +114,19 @@
102114
`extended_statistics_enabled` session property. ({issue}`27914`)
103115
* Improve the effectiveness of Bloom filters for high-cardinality columns in Parquet files. ({issue}`27656`)
104116
* Improve query performance when querying a fresh materialized view. ({issue}`27608`)
117+
* Improve `optimize_manifests` to cluster manifests by partitions for improving
118+
performance of reads with partition filters. ({issue}`27358`)
105119
* Reduce planning time of queries on tables containing delete files. ({issue}`27955`)
106120
* Reduce planning time for queries involving simple `FROM` and `WHERE` clauses. ({issue}`27973`)
107-
* Fix failure when reading `$files` metadata table with partition evolution using
108-
`truncate` or `bucket` on the same column. ({issue}`26109`)
121+
* Reduce query planning time on large tables. ({issue}`28068`)
122+
* Fix failure when reading `$files` metadata tables when
123+
scheme involving `bucket` or `truncate` changes. ({issue}`26109`)
109124
* Fix failure when reading `$file_modified_time` metadata column on tables with equality
110125
deletes. ({issue}`27850`)
111-
* Avoid Parquet footer explosion when binary columns contain certain pathological values. ({issue}`27903`)
126+
* Avoid large footers in Parquet files from certain rare string inputs. ({issue}`27903`)
112127
* Fix failures for queries with joins on metadata columns. ({issue}`27984`)
128+
* Fix Azure Storage connectivity issues. ({issue}`28058`)
129+
* Fix memory accounting for insert queries on a bucketed sorted table. ({issue}`28315`)
113130

114131
## Ignite connector
115132

@@ -177,3 +194,4 @@
177194
`TypeParameter.Type` instead. ({issue}`27574`)
178195
* Deprecate `MaterializedViewFreshness#getLastFreshTime`.
179196
Use `getLastKnownFreshTime` instead. ({issue}`27803`)
197+
* Change `ColumnMetadata.comment` and `ColumnMetadata.extraInfo` to `Optional<String>`. ({issue}`28151`)

0 commit comments

Comments
 (0)