Skip to content

Commit 5bd6588

Browse files
committed
fixup! Add 480 release notes
1 parent c81862d commit 5bd6588

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

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

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
* {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the
66
corresponding system session property `enable_large_dynamic_filters`. Large dynamic
77
filters are used by default. ({issue}`27637`)
8-
* {{breaking}} Remove `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*`
8+
* {{breaking}} Remove the `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*`
99
configuration properties. ({issue}`27637`)
10-
* Extend experimental performance improvements for remote data exchanges on newer CPU
11-
architectures and Graviton 4 CPUs. ({issue}`27586`)
10+
* Improve performance for remote data exchanges on newer CPU architectures and Graviton
11+
4 CPUs. ({issue}`27586`)
1212
* Improve performance of queries with data exchanges or aggregations. ({issue}`27657`)
13-
* Reduce out-of-memory errors in window queries when spill is enabled. ({issue}`27873`)
13+
* Reduce out-of-memory errors in window queries when spilling is enabled. ({issue}`27873`)
1414
* Fix incorrect result in {func}`localtimestamp` for sub-micro precision values. ({issue}`27806`)
15-
* Fix {func}`localtimestamp` failure for precisions 7-8. ({issue}`27807`)
15+
* Fix {func}`localtimestamp` failure for precisions 7 and 8. ({issue}`27807`)
1616

1717
## Web UI
1818

19-
* Add cluster status info to header in preview UI. ({issue}`27712`)
19+
* Add cluster status info to the header in the preview UI. ({issue}`27712`)
2020
* Fix numeric ordering of stages. ({issue}`27655`)
2121

2222
## ClickHouse connector
@@ -30,47 +30,47 @@
3030
properties `metadata.live-files.cache-size`, `metadata.live-files.cache-ttl` and
3131
`checkpoint-filtering.enabled` are now defunct and must be removed from server
3232
configurations. ({issue}`27618`)
33-
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
34-
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration
33+
* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`)
34+
* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration
3535
property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`)
36-
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use
36+
* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use
3737
`parquet.writer.block-size`, instead. ({issue}`27729`)
38-
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use
38+
* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use
3939
`parquet.writer.page-size`, instead. ({issue}`27729`)
40-
* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`)
41-
* Improve effectiveness of bloom filters written in Parquet files for high cardinality
40+
* {{breaking}} Remove the `gcs.use-access-token` configuration property. ({issue}`26941`)
41+
* Improve effectiveness of bloom filters for high cardinality columns written in Parquet files
4242
columns. ({issue}`27656`)
4343
* Do not require `PutObjectTagging` AWS S3 permission when writing to Delta Lake tables
4444
on S3. ({issue}`27701`)
4545

4646
## DuckDB connector
4747

4848
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
49-
CTAS operation. ({issue}`27702`)
49+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
5050

5151
## Hive connector
5252

5353
* Add support for reading Parquet files with timestamps stored in nanosecond units as a
5454
`timestamp(9) with time zone` column. ({issue}`27861`)
55-
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
56-
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration
57-
property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`)
58-
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use
55+
* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`)
56+
* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration
57+
property, use the `parquet.writer.validation-percentage`, instead. ({issue}`27729`)
58+
* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use
5959
`parquet.writer.block-size`, instead. ({issue}`27729`)
60-
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use
60+
* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use
6161
`parquet.writer.page-size`, instead. ({issue}`27729`)
6262
* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`)
6363
* Improve effectiveness of bloom filters written in Parquet files for high cardinality
6464
columns. ({issue}`27656`)
6565

6666
## Hudi connector
6767

68-
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
69-
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration
68+
* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`)
69+
* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration
7070
property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`)
71-
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use
71+
* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use
7272
`parquet.writer.block-size`, instead. ({issue}`27729`)
73-
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use
73+
* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use
7474
`parquet.writer.page-size`, instead. ({issue}`27729`)
7575
* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`)
7676
* Improve effectiveness of bloom filters written in Parquet files for high cardinality columns. ({issue}`27656`)
@@ -81,12 +81,12 @@
8181
* Add `delete_after_commit_enabled` and `max_previous_versions` table properties. ({issue}`14128`)
8282
* Allow creating Iceberg format version 3 tables, upgrading v2 tables to v3, and inserting
8383
into v3 tables. Unsupported v3 features are explicitly rejected. ({issue}`27786`)
84-
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
85-
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration
84+
* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`)
85+
* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration
8686
property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`)
87-
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use
87+
* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use
8888
`parquet.writer.block-size`, instead. ({issue}`27729`)
89-
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use
89+
* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use
9090
`parquet.writer.page-size`, instead. ({issue}`27729`)
9191
* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`)
9292
* {{breaking}} The catalog configuration property `iceberg.extended-statistics.enabled` and the
@@ -101,64 +101,64 @@
101101
## Ignite connector
102102

103103
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
104-
CTAS operation. ({issue}`27702`)
104+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
105105

106-
## Lakehouse
106+
## Lakehouse connector
107107

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

110110
## MariaDB connector
111111

112112
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
113-
CTAS operation. ({issue}`27702`)
113+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
114114

115115
## MySQL connector
116116

117117
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
118-
CTAS operation. ({issue}`27702`)
118+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
119119

120120
## Oracle connector
121121

122-
* Add support for configuring a connection wait timeout via the `oracle.connection-pool.wait-timeout`
122+
* Add support for configuring a connection wait timeout with the `oracle.connection-pool.wait-timeout`
123123
catalog property. ({issue}`27744`)
124124
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
125-
CTAS operation. ({issue}`27702`)
125+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
126126

127127
## PostgreSQL connector
128128

129129
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
130-
CTAS operation. ({issue}`27702`)
130+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
131131

132132
## Redshift connector
133133

134134
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
135-
CTAS operation. ({issue}`27702`)
135+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
136136

137137
## SingleStore connector
138138

139139
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
140-
CTAS operation. ({issue}`27702`)
140+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
141141

142142
## Snowflake connector
143143

144144
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
145-
CTAS operation. ({issue}`27702`)
145+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
146146

147147
## SQL Server connector
148148

149149
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
150-
CTAS operation. ({issue}`27702`)
150+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
151151

152152
## Vertica connector
153153

154154
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed
155-
CTAS operation. ({issue}`27702`)
155+
`CREATE TABLE ... AS SELECT` operation. ({issue}`27702`)
156156

157157
## SPI
158158

159-
* Remove support for `TypeSignatureParameter`. Use `TypeParameter`, instead. ({issue}`27574`)
159+
* Remove support for `TypeSignatureParameter`. Use `TypeParameter` instead. ({issue}`27574`)
160160
* Remove support for `ParameterKind`. Use `TypeParameter.Type`, `TypeParameter.Numeric`,
161-
`TypeParameter.Variable`, instead. ({issue}`27574`)
161+
and `TypeParameter.Variable` instead. ({issue}`27574`)
162162
* Remove support for `NamedType`, `NamedTypeSignature` and `NamedTypeParameter`. Use
163-
`TypeParameter.Type`, instead. ({issue}`27574`)
163+
`TypeParameter.Type` instead. ({issue}`27574`)
164164
* Deprecate `MaterializedViewFreshness#getLastFreshTime`. ({issue}`27803`)

0 commit comments

Comments
 (0)