trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.3k stars 2.97k forks source link

Release notes for 366 #10181

Closed martint closed 2 years ago

martint commented 2 years ago

Ashhar Hasan

ebyhr commented 2 years ago
## Prometheus
* Support configuring a read timeout via `prometheus.read-timeout` config property. ({issue}`10101`)

10109

findepi commented 2 years ago
Hive
* Add support for redirects from Hive to Iceberg. This can be configured with `hive.iceberg-catalog-name`
  catalog configuration property. ({issue}`10173`)

10173

findepi commented 2 years ago
Iceberg
* Fix incorrect query results for tables partitioned on `binary`. ({issue}`9755`)

9755 #10214

sopel39 commented 2 years ago
General
* Reduce queries lock contention. ({issue}`10246`, {issue}`10239`)

https://github.com/trinodb/trino/pull/10239, https://github.com/trinodb/trino/pull/10246

ebyhr commented 2 years ago
## MemSQL
* Fix incorrect date result when the value is older than or equals to `1582-10-14`. ({issue}`10054`)

## MySQL
* Fix incorrect date result when the value is older than or equals to `1582-10-14`. ({issue}`10054`)

## PostgreSQL
* Fix incorrect date result when the value is older than or equals to `1582-10-14`. ({issue}`10054`)

10054

sopel39 commented 2 years ago
General:
* Query performance improvements. ({issue}`10225`)

https://github.com/trinodb/trino/pull/10225

sopel39 commented 2 years ago
General:
* Reduce query latency for contested clusters or complex queries with multiple stages. ({issue}`10249`)

https://github.com/trinodb/trino/pull/10249

dain commented 2 years ago

Not sure if we want to mention these, but here they are:

# General
* Add CREATE privilege kind to SQL grammar.  Note, this permission is not used by any existing security systems, but is available for plugins. ({issue}`10206`)
* Add DENY statement.  Note, this statement is not supported by any existing security systems, but is available for plugins. ({issue}`10205`)

10205 and #10206

hashhar commented 2 years ago
## Phoenix

* Avoid running into out of memory errors with certain types of queries. ({issue}`10143`)

cc: @lhofhansl Can you propose a better release note? I've excluded the config properties mention here since that's not the problem the PR (https://github.com/trinodb/trino/pull/10153) solved and has already been documented.

kasiafi commented 2 years ago
# General
* Fix incorrect results or failure when casting numeric values to bounded `varchar` type. ({issue}`552`)

https://github.com/trinodb/trino/pull/10090 https://github.com/trinodb/trino/pull/10170 https://github.com/trinodb/trino/pull/10211

losipiuk commented 2 years ago
## Hive

* Improve performance of uploading data into tables that use S3 filesystem. ({issue}`10180`)

cc: @linzebing

10180

rmkanda commented 2 years ago

@martint 366 is image is not available in docker hub.

image