diff --git a/docs/src/main/sphinx/release.rst b/docs/src/main/sphinx/release.rst index 5d49cdc0170a..cd5031caf499 100644 --- a/docs/src/main/sphinx/release.rst +++ b/docs/src/main/sphinx/release.rst @@ -10,6 +10,7 @@ Release notes .. toctree:: :maxdepth: 1 + release/release-364 release/release-363 release/release-362 release/release-361 diff --git a/docs/src/main/sphinx/release/release-364.md b/docs/src/main/sphinx/release/release-364.md new file mode 100644 index 000000000000..5d70ee5d4c43 --- /dev/null +++ b/docs/src/main/sphinx/release/release-364.md @@ -0,0 +1,74 @@ +# Release 364 (1 Nov 2021) + +## General + +* Add support for [`ALTER MATERIALIZED VIEW ... RENAME TO ...`](/sql/alter-materialized-view). ({issue}`9492`) +* Improve performance of `GROUP BY` with single grouping column. ({issue}`9514`) +* Improve performance of decimal aggregations. ({issue}`9640`) +* Improve performance when evaluating the `WHERE` and `SELECT` clause. ({issue}`9610`) +* Improve performance when computing the product of `decimal` values with precision larger than 19. ({issue}`9744`) +* Improve CPU coordinator utilization. ({issue}`8650`) +* Remove support for the `unwrap_casts` session property and `optimizer.unwrap-casts` configuration option. ({issue}`9550`) +* Fix incorrect results for queries with nested joins and ``IS NOT DISTINCT FROM`` join clauses. ({issue}`9805`) +* Fix displaying character type dynamic filter values in ``EXPLAIN ANALYZE``. ({issue}`9673`) +* Fix query failure for update operation if it has a correlated subquery. ({issue}`8286`) +* Fix decimal division when result is between `-1` and `0`. ({issue}`9696`) +* Fix [`SHOW STATS`](/sql/show-stats) failure for a query projecting a boolean column. ({issue}`9710`) + +## Web UI + +* Improve responsiveness of Web UI when query history contains queries with long query text. ({issue}`8892`) + +## JDBC driver + +* Allow using token from existing Kerberos context. This allows the client to perform Kerberos authentication without + passing the Keytab or credential cache to the driver. ({issue}`4826`) + +## Cassandra connector + +* Map Cassandra `uuid` type to Trino `uuid`. ({issue}`5231`) + +## Elasticsearch connector + +* Fix failure when documents contain fields of unsupported types. ({issue}`9552`) + +## Hive connector + +* Allow to skip setting permissions on new directories by setting `hive.fs.new-directory-permissions=skip` in connector properties file. ({issue}`9539`) +* Allow translating Hive views which cast `timestamp` columns to `decimal`. ({issue}`9530`) +* Add `optimize` table procedure for merging small files in non-transactional Hive table. + Procedure can be executed using `ALTER TABLE