Skip to content

Commit

Permalink
Add Trino 459 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Sep 20, 2024
1 parent 8fda4f0 commit 896fd39
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
```{toctree}
:maxdepth: 1
release/release-459
release/release-458
release/release-457
release/release-456
Expand Down
125 changes: 125 additions & 0 deletions docs/src/main/sphinx/release/release-459.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
# Release 459 (xx Sep 2024)

## General

* Fix possible query failure when `retry_policy` is set to `TASK` and when
adaptive join reordering is enabled. ({issue}`23407`)

## Security

## Web UI

## JDBC driver

## Server RPM

## Docker image

* Update Java runtime to Java 23. ({issue}`23482`)

## CLI

* Display data sizes and rates with binary (1024-based) abbreviations such as
`KiB` and `MiB`. Add flag `--decimal-data-size` to use decimal (1000-based)
values and abbreviations such as `KB` and `MB`. (#13054)

## Accumulo connector

## Atop connector

## BigQuery connector

* Add support for dereference pushdown. ({issue}`23443`)

## Blackhole connector

## Cassandra connector

## ClickHouse connector

## Delta Lake connector

* Allow configuring maximum HTTP requests in
[](/object-storage/file-system-azure) with `azure.max-http-requests`.
({issue}`22915`)
* Fix incorrect results when writing deletion vectors. ({issue}`23229`)

## Druid connector

## Elasticsearch connector

* Fix query failure for some queries when a predicate contains unicode text.
({issue}`23425`)

## Exasol connector

## Google Sheets connector

## Hive connector

* Allow configuring maximum HTTP requests in
[](/object-storage/file-system-azure) with `azure.max-http-requests`.
({issue}`22915`)

## Hudi connector

* Allow configuring maximum HTTP requests in
[](/object-storage/file-system-azure) with `azure.max-http-requests`.
({issue}`22915`)

## Iceberg connector

* Allow configuring maximum HTTP requests in
[](/object-storage/file-system-azure) with `azure.max-http-requests`.
({issue}`22915`)

## Ignite connector

## JMX connector

## Kafka connector

## Kinesis connector

## Kudu connector

## Local file connector

## MariaDB connector

## Memory connector

## MongoDB connector

## MySQL connector

## OpenSearch connector

* Fix query failure for some queries when a predicate contains unicode text.
({issue}`23425`)

## Oracle connector

## Phoenix connector

## Pinot connector

## PostgreSQL connector

## Prometheus connector

## Raptor connector

## Redis connector

## Redshift connector

## SingleStore connector

## Snowflake connector

## SQL Server connector

## TPC-H connector

## SPI

0 comments on commit 896fd39

Please sign in to comment.