Skip to content

Commit 60a2313

Browse files
ebyhrwendigo
andcommitted
Add Trino 478 release note
Co-authored-by: Mateusz "Serafin" Gajewski <[email protected]>
1 parent 560e95a commit 60a2313

File tree

2 files changed

+114
-0
lines changed

2 files changed

+114
-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-478
910
release/release-477
1011
release/release-476
1112
release/release-475
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# Release 478 (dd Oct 2025)
2+
3+
## General
4+
5+
* Add support for column lineage in `UNNEST` clause. ({issue}`16946`)
6+
* Add `allowed-retry-policies` configuration property to specify which retry
7+
policies can be selected by user. ({issue}`26628`)
8+
* Improve performance of queries with `ORDER BY`. ({issue}`26725`)
9+
* Fix potential incorrect results when reading `row` type. ({issue}`26806`)
10+
11+
## Security
12+
13+
* Propagate `queryId` to [Open Policy Agent](/security/opa-access-control)
14+
authorizer. ({issue}`26851`)
15+
16+
## Web UI
17+
18+
* Improve rendering performance of large query JSON code in [](/admin/preview-web-interface). ({issue}`26807`)
19+
* Fix query plan default viewport in [](/admin/preview-web-interface). ({issue}`26749`)
20+
21+
## JDBC driver
22+
23+
## Docker image
24+
25+
* Run Trino on JDK 25.0.0 (build 36). ({issue}`26693`)
26+
27+
## CLI
28+
29+
## BigQuery connector
30+
31+
## Blackhole connector
32+
33+
## Cassandra connector
34+
35+
## ClickHouse connector
36+
37+
## Delta Lake connector
38+
39+
* Fix failure when reading `NULL` map on `json` type. ({issue}`26700`)
40+
41+
## Druid connector
42+
43+
## DuckDB connector
44+
45+
## Elasticsearch connector
46+
47+
## Exasol connector
48+
49+
## Faker connector
50+
51+
## Google Sheets connector
52+
53+
## Hive connector
54+
55+
* Add support for reading encrypted Parquet files. ({issue}`24517`, {issue}`9383`)
56+
57+
## Hudi connector
58+
59+
## Iceberg connector
60+
61+
* Improve performance when writing sorted tables and the `iceberg.sorted-writing.local-staging-path`
62+
config option is set. ({issue}`24376`)
63+
* Fix failure due to column count mismatch when executing `add_files_from_table`
64+
procedure. ({issue}`26774`)
65+
* Fix incorrect results when reading Avro files migrated from Hive. ({issue}`26863`)
66+
67+
## Ignite connector
68+
69+
## JMX connector
70+
71+
## Kafka connector
72+
73+
* Fix failure when filtering partitions by timestamp offset. ({issue}`26787`)
74+
75+
## Loki connector
76+
77+
## MariaDB connector
78+
79+
## Memory connector
80+
81+
## MongoDB connector
82+
83+
## MySQL connector
84+
85+
## OpenSearch connector
86+
87+
## Oracle connector
88+
89+
## Pinot connector
90+
91+
## PostgreSQL connector
92+
93+
## Prometheus connector
94+
95+
## Redis connector
96+
97+
## Redshift connector
98+
99+
## SingleStore connector
100+
101+
## Snowflake connector
102+
103+
## SQL Server connector
104+
105+
## TPC-H connector
106+
107+
## TPC-DS connector
108+
109+
## Vertica connector
110+
111+
## SPI
112+
113+
* Require `shutdown` to be implemented by the `Connector`. ({issue}`26718`)

0 commit comments

Comments
 (0)