Skip to content

Commit edc9980

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

File tree

1 file changed

+47
-50
lines changed

1 file changed

+47
-50
lines changed

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

Lines changed: 47 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22

33
## General
44

5-
* Add coordinator and worker counts to the metrics endpoint. ({issue}`27408`)
5+
* Add coordinator and worker counts to `/metrics` endpoint. ({issue}`27408`)
66
* Add `task.scale-writers.max-writer-memory-percentage` configuration property
7-
to improve management of insert memory consumption . ({issue}`27874`)
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*`
1111
configuration properties. ({issue}`27637`)
1212
* Improve performance for remote data exchanges on newer CPU architectures and Graviton
1313
4 CPUs. ({issue}`27586`)
14-
* Improve performance of queries with data exchanges or aggregations. ({issue}`27657`)
15-
* Reduce out-of-memory errors in window queries when spilling is enabled. ({issue}`27873`)
16-
* Fix incorrect results when using {func}`localtimestamp(3)`. ({issue}`27806`)
14+
* Improve performance of queries with remote data exchanges or aggregations. ({issue}`27657`)
15+
* Reduce out-of-memory errors for queries involving window functions when spilling is enabled. ({issue}`27873`)
16+
* Fix incorrect results when using {func}`localtimestamp` with precision 3. ({issue}`27806`)
1717
* Fix {func}`localtimestamp` failure for precisions 7 and 8. ({issue}`27807`)
18-
* Fix spurious query failures when querying `system` catalog while some catalog
19-
is dropped. ({issue}`28017`)
18+
* Fix spurious query failures when querying the `system` catalog during catalog
19+
drop operations. ({issue}`28017`)
2020

2121
## Web UI
2222

2323
* Add cluster status info to the header in the preview UI. ({issue}`27712`)
24-
* Fix numeric ordering of stages. ({issue}`27655`)
24+
* Fix stage ordering in the preview UI from alphabetical to numeric. ({issue}`27655`)
2525

2626
## ClickHouse connector
2727

28-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
29-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
28+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
29+
operation for the same table failed. ({issue}`27702`)
3030

3131
## Delta Lake connector
3232

@@ -43,21 +43,21 @@
4343
`parquet.writer.page-size`, instead. ({issue}`27729`)
4444
* {{breaking}} Remove the `gcs.use-access-token` configuration property. ({issue}`26941`)
4545
* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`)
46-
* Improve effectiveness of bloom filters for high cardinality columns written in Parquet files. ({issue}`27656`)
47-
* Do not require `PutObjectTagging` AWS S3 permission when writing to Delta Lake tables
48-
on S3. ({issue}`27701`)
46+
* Improve the effectiveness of Bloom filters for high-cardinality columns in Parquet files. ({issue}`27656`)
47+
* Remove the requirement for the `PutObjectTagging` AWS S3 permission when
48+
writing to Delta Lake tables on S3. ({issue}`27701`)
4949
* Fix potential table corruption when executing `CREATE OR REPLACE` with table definition
5050
changes. ({issue}`27805`)
5151

5252
## DuckDB connector
5353

54-
* Fix failure when creating a table caused by incorrect cleanup of the tables after a failed
55-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
54+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
55+
operation for the same table failed. ({issue}`27702`)
5656

5757
## Hive connector
5858

59-
* Add support for reading Parquet files with timestamps stored in nanosecond units as a
60-
`timestamp(p) with time zone` column. ({issue}`27861`)
59+
* Add support for reading nanosecond-precision timestamps from Parquet files
60+
into `timestamp(p) with time zone` columns. ({issue}`27861`)
6161
* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`)
6262
* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration
6363
property, use the `parquet.writer.validation-percentage`, instead. ({issue}`27729`)
@@ -67,7 +67,7 @@
6767
`parquet.writer.page-size`, instead. ({issue}`27729`)
6868
* {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`)
6969
* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`)
70-
* Improve effectiveness of bloom filters written in Parquet files for high cardinality. ({issue}`27656`)
70+
* Improve the effectiveness of Bloom filters for high-cardinality columns in Parquet files. ({issue}`27656`)
7171

7272
## Hudi connector
7373

@@ -85,11 +85,8 @@
8585

8686
* 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`)
88-
* Allow creating Iceberg format version 3 tables, upgrading v1 or v2 tables to v3, and inserting
89-
into v3 tables. Unsupported v3 features are explicitly rejected. ({issue}`27786`)
9088
* Add support for column default values in Iceberg v3 tables. ({issue}`27837`)
91-
* Add support for Iceberg format v3 deletion vectors to enable `DELETE`, `UPDATE`
92-
and `MERGE` on v3 tables. ({issue}`27788`)
89+
* Add support for creating, writing to or deleting from Iceberg v3 tables. ({issue}`27786`, {issue}`27788`)
9390
* Add `content` column to `$manifests` and `$all_manifests` metadata tables. ({issue}`27975`)
9491
* Clean up unused files from materialized views when they are refreshed. ({issue}`28008`)
9592
* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`)
@@ -101,12 +98,12 @@
10198
`parquet.writer.page-size`, instead. ({issue}`27729`)
10299
* {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`)
103100
* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`)
104-
* {{breaking}} The catalog configuration property `iceberg.extended-statistics.enabled` and the
105-
corresponding catalog session property `extended_statistics_enabled` are now defunct. ({issue}`27914`)
106-
* Improve effectiveness of bloom filters for high cardinality columns written in Parquet files. ({issue}`27656`)
107-
* Improve query performance when querying fresh Iceberg materialized view. ({issue}`27608`)
108-
* Reduce planning time of queries with scans on tables with delete files. ({issue}`27955`)
109-
* Reduce planning time for simple queries with a scan and filter. ({issue}`27973`)
101+
* {{breaking}} Remove support for the `iceberg.extended-statistics.enabled` configuration option and
102+
`extended_statistics_enabled` session property. ({issue}`27914`)
103+
* Improve the effectiveness of Bloom filters for high-cardinality columns in Parquet files. ({issue}`27656`)
104+
* Improve query performance when querying a fresh materialized view. ({issue}`27608`)
105+
* Reduce planning time of queries on tables containing delete files. ({issue}`27955`)
106+
* Reduce planning time for queries involving simple `FROM` and `WHERE` clauses. ({issue}`27973`)
110107
* Fix failure when reading `$files` metadata table with partition evolution using
111108
`truncate` or `bucket` on the same column. ({issue}`26109`)
112109
* Fix failure when reading `$file_modified_time` metadata column on tables with equality
@@ -116,60 +113,60 @@
116113

117114
## Ignite connector
118115

119-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
120-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
116+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
117+
operation for the same table failed. ({issue}`27702`)
121118

122119
## Lakehouse connector
123120

124121
* Fix failure when reading Iceberg `$files` tables. ({issue}`26751`)
125122

126123
## MariaDB connector
127124

128-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
129-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
125+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
126+
operation for the same table failed. ({issue}`27702`)
130127

131128
## MySQL connector
132129

133-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
134-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
130+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
131+
operation for the same table failed. ({issue}`27702`)
135132

136133
## Oracle connector
137134

138-
* Add support for configuring a connection wait timeout with the `oracle.connection-pool.wait-timeout`
139-
catalog property. ({issue}`27744`)
140-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
141-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
135+
* Add support for configuring the connection wait timeout through the
136+
`oracle.connection-pool.wait-timeout` catalog property. ({issue}`27744`)
137+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
138+
operation for the same table failed. ({issue}`27702`)
142139
* Fix failure when reading `float` type in `query` table function. ({issue}`27880`)
143140

144141
## PostgreSQL connector
145142

146-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
147-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
143+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
144+
operation for the same table failed. ({issue}`27702`)
148145

149146
## Redshift connector
150147

151-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
152-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
148+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
149+
operation for the same table failed. ({issue}`27702`)
153150

154151
## SingleStore connector
155152

156-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
157-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
153+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
154+
operation for the same table failed. ({issue}`27702`)
158155

159156
## Snowflake connector
160157

161-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
162-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
158+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
159+
operation for the same table failed. ({issue}`27702`)
163160

164161
## SQL Server connector
165162

166-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
167-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
163+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
164+
operation for the same table failed. ({issue}`27702`)
168165

169166
## Vertica connector
170167

171-
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
172-
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
168+
* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
169+
operation for the same table failed. ({issue}`27702`)
173170

174171
## SPI
175172

0 commit comments

Comments
 (0)