Skip to content

Commit 4f95ba5

Browse files
committed
fixup! Add 480 release notes
1 parent 8bf0508 commit 4f95ba5

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

docs/src/main/sphinx/release.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Release notes
22

3+
(releases-2026)=
4+
## 2026
5+
6+
```{toctree}
7+
:maxdepth: 1
8+
9+
release/release-480
10+
```
11+
312
(releases-2025)=
413
## 2025
514

615
```{toctree}
716
:maxdepth: 1
817
9-
release/release-480
1018
release/release-479
1119
release/release-478
1220
release/release-477

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
# Release 480 (updated to 13/01/2026)
22

33
## General
4+
45
* {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the
56
corresponding system session property `enable_large_dynamic_filters`. Large dynamic
67
filters are used by default. ({issue}`27637`)
7-
* {{breaking}} Remove `dynamic-filtering.small*` configuration properties. ({issue}`27637`)
8-
* {{breaking}} Remove `dynamic-filtering.large-broadcast*` configuration. ({issue}`27637`).
8+
* {{breaking}} Remove `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*`
9+
configuration properties. ({issue}`27637`)
910
* Extend experimental performance improvements for remote data exchanges on newer CPU
1011
architectures. ({issue}`27586`)
1112
* Enable experimental performance improvements for remote data exchanges on Graviton 4
1213
CPUs. ({issue}`27586`)
1314
* Improve performance of queries with data exchanges or aggregations. ({issue}`27657`)
1415
* Reduce out-of-memory errors in window queries when spill is enabled. ({issue}`27873`)
15-
* Fix double rounding in localtimestamp for sub-micro precision values. ({issue}`27806`)
16-
* Fix localtimestamp failure for precisions 7-8. ({issue}`27807`)
16+
* Fix double rounding in {func}`localtimestamp` for sub-micro precision values. ({issue}`27806`)
17+
* Fix {func}`localtimestamp` failure for precisions 7-8. ({issue}`27807`)
1718

1819
## Web UI
1920

2021
* Add cluster status info to header in preview UI. ({issue}`27712`)
21-
* Fix numeric ordering of stages in the UI. ({issue}`27655`)
22+
* Fix numeric ordering of stages. ({issue}`27655`)
2223

2324
## ClickHouse connector
2425

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

2829
## Delta Lake connector
2930

@@ -39,7 +40,7 @@
3940
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use
4041
`parquet.writer.page-size`, instead. ({issue}`27729`)
4142
* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`)
42-
* Improve effectiveness of bloom filters written in parquet files for high cardinality
43+
* Improve effectiveness of bloom filters written in Parquet files for high cardinality
4344
columns. ({issue}`27656`)
4445
* Do not require `PutObjectTagging` AWS S3 permission when writing to Delta Lake tables
4546
on S3. ({issue}`27701`)
@@ -51,7 +52,7 @@
5152

5253
## Hive connector
5354

54-
* Add support for reading parquet files with timestamps stored in nanosecond units as a
55+
* Add support for reading Parquet files with timestamps stored in nanosecond units as a
5556
`timestamp with time zone` column. ({issue}`27861`)
5657
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
5758
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration
@@ -61,7 +62,7 @@
6162
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use
6263
`parquet.writer.page-size`, instead. ({issue}`27729`)
6364
* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`)
64-
* Improve effectiveness of bloom filters written in parquet files for high cardinality
65+
* Improve effectiveness of bloom filters written in Parquet files for high cardinality
6566
columns. ({issue}`27656`)
6667

6768
## Hudi connector
@@ -74,7 +75,7 @@
7475
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use
7576
`parquet.writer.page-size`, instead. ({issue}`27729`)
7677
* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`)
77-
* Improve effectiveness of bloom filters written in parquet files for high cardinality columns. ({issue}`27656`)
78+
* Improve effectiveness of bloom filters written in Parquet files for high cardinality columns. ({issue}`27656`)
7879

7980
## Iceberg connector
8081

@@ -94,9 +95,8 @@
9495
* Fix failure when reading `$files` metadata table with partition evolution using
9596
`truncate` or `bucket` on the same column. ({issue}`26109`)
9697
* Fix failure when reading `$file_modified_time` metadata column on tables with equality
97-
deletes ({issue}`27850`)
98-
* Fix Parquet writer to omit binary column statistics that cannot be truncated below the size
99-
limit, preventing footer explosion for pathological values like all-0xFF bytes. ({issue}`27903`)
98+
deletes. ({issue}`27850`)
99+
* Avoid Parquet footer explosion when binary columns contain certain pathological values. ({issue}`27903`)
100100

101101
## Ignite connector
102102

@@ -105,7 +105,7 @@
105105

106106
## Lakehouse
107107

108-
* Fix failure when reading Iceberg `$files` table. ({issue}`26751`)
108+
* Fix failure when reading Iceberg `$files` tables. ({issue}`26751`)
109109

110110
## MariaDB connector
111111

0 commit comments

Comments
 (0)