Skip to content

Commit 4c2a302

Browse files
committed
Add 480 release notes
1 parent 78bc2e1 commit 4c2a302

File tree

2 files changed

+135
-0
lines changed

2 files changed

+135
-0
lines changed

docs/src/main/sphinx/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
```{toctree}
77
:maxdepth: 1
88
9+
release/release-480
910
release/release-479
1011
release/release-478
1112
release/release-477
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
# Release 480 (update to 06/01/2026)
2+
3+
## General
4+
* {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the corresponding system
5+
session property `enable_large_dynamic_filters`. Large dynamic filters are used by default. ({issue}`27637`)
6+
* {{breaking}} Remove `dynamic-filtering.small*` configuration properties. ({issue}`27637`)
7+
* {{breaking}} Remove `dynamic-filtering.large-broadcast*` configuration. ({issue}`27637`).
8+
* Extend experimental performance improvements for remote data exchanges on newer CPU architectures. ({issue}`27586`)
9+
* Enable experimental performance improvements for remote data exchanges on Graviton 4 CPUs. ({issue}`27586`)
10+
* Improve performance of queries with data exchanges or aggregations. ({issue}`27657`)
11+
* Fix double rounding in localtimestamp for sub-micro precision values. ({issue}`27806`)
12+
* Fix localtimestamp failure for precisions 7-8. ({issue}`27807`)
13+
14+
## Web UI
15+
16+
* Fix numeric ordering of stages in the UI. ({issue}`27655`)
17+
18+
## ClickHouse connector
19+
20+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
21+
22+
## Delta Lake connector
23+
24+
* {{breaking}} Remove live files table metadata cache. The configuration properties
25+
`metadata.live-files.cache-size`, `metadata.live-files.cache-ttl` and `checkpoint-filtering.enabled`
26+
are now defunct and must be removed from server configurations. ({issue}`27618`)
27+
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
28+
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration property, use
29+
`parquet.writer.validation-percentage`, instead. ({issue}`27729`)
30+
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use `parquet.writer.block-size`,
31+
instead. ({issue}`27729`)
32+
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use `parquet.writer.page-size`,
33+
instead. ({issue}`27729`)
34+
* Improve effectiveness of bloom filters written in parquet files for high cardinality columns. ({issue}`27656`)
35+
* Do not require `PutObjectTagging` AWS S3 permission when writing to Delta Lake tables on S3. ({issue}`27701`)
36+
37+
## DuckDB connector
38+
39+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
40+
41+
## Hive connector
42+
43+
* Add support for reading parquet files with timestamps stored in nanosecond units as a `timestamp with time zone`
44+
column. ({issue}`27861`)
45+
* {{breaking}} Remove live files table metadata cache. The configuration properties
46+
`metadata.live-files.cache-size`, `metadata.live-files.cache-ttl` and `checkpoint-filtering.enabled`
47+
are now defunct and must be removed from server configurations. ({issue}`27618`)
48+
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
49+
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration property, use
50+
`parquet.writer.validation-percentage`, instead. ({issue}`27729`)
51+
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use `parquet.writer.block-size`,
52+
instead. ({issue}`27729`)
53+
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use `parquet.writer.page-size`,
54+
instead. ({issue}`27729`)
55+
* Improve effectiveness of bloom filters written in parquet files for high cardinality columns. ({issue}`27656`)
56+
57+
## Hudi connector
58+
59+
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
60+
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration property, use
61+
`parquet.writer.validation-percentage`, instead. ({issue}`27729`)
62+
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use `parquet.writer.block-size`,
63+
instead. ({issue}`27729`)
64+
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use `parquet.writer.page-size`,
65+
instead. ({issue}`27729`)
66+
* Improve effectiveness of bloom filters written in parquet files for high cardinality columns. ({issue}`27656`)
67+
68+
## Iceberg connector
69+
70+
* Add support for BigLake metastore in Iceberg REST catalog. ({issue}`26219`)
71+
* Add `delete_after_commit_enabled` and `max_previous_versions` table properties. ({issue}`14128`)
72+
* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`)
73+
* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration property, use
74+
`parquet.writer.validation-percentage`, instead. ({issue}`27729`)
75+
* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use `parquet.writer.block-size`,
76+
instead. ({issue}`27729`)
77+
* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use `parquet.writer.page-size`,
78+
instead. ({issue}`27729`)
79+
* Fix failure when reading `$files` metadata table with partition evolution using `truncate` or `bucket`
80+
on the same column. ({issue}`26109`)
81+
* Optimize Iceberg materialized view freshness checks based on grace period. ({issue}`27608`)
82+
83+
## Ignite connector
84+
85+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
86+
87+
## Lakehouse
88+
89+
* Fix failure when reading Iceberg `$files` table. ({issue}`26751`)
90+
91+
## MariaDB connector
92+
93+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
94+
95+
## MySQL connector
96+
97+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
98+
99+
## Oracle connector
100+
101+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
102+
103+
## PostgreSQL connector
104+
105+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
106+
107+
## Redshift connector
108+
109+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
110+
111+
## SingleStore connector
112+
113+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
114+
115+
## Snowflake connector
116+
117+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
118+
119+
## SQL Server connector
120+
121+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
122+
123+
## Vertica connector
124+
125+
* Fix failure when creating table caused by incorrect cleanup of the tables after a failed CTAS operation. ({issue}`27702`)
126+
127+
## SPI
128+
129+
* Remove support for `TypeSignatureParameter`. Use `TypeParameter`, instead. ({issue}`27574`)
130+
* Remove support for `ParameterKind`. Use `TypeParameter.Type`, `TypeParameter.Numeric`, `TypeParameter.Variable`,
131+
instead. ({issue}`27574`)
132+
* Remove support for `NamedType`, `NamedTypeSignature` and `NamedTypeParameter`. Use `TypeParameter.Type`, instead.
133+
({issue}`27574`)
134+
* Deprecate `MaterializedViewFreshness#getLastFreshTime`. ({issue}`27803`)

0 commit comments

Comments
 (0)