From 0201220fd2bd69282fce0e0ef48ea664f2c27f42 Mon Sep 17 00:00:00 2001 From: Colebow Date: Wed, 10 Jan 2024 10:51:00 -0800 Subject: [PATCH] fixup! Add Trino 436 release notes --- docs/release-template.md | 2 + docs/src/main/sphinx/release/release-436.md | 41 ++++++++++++--------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/docs/release-template.md b/docs/release-template.md index fa13f50890dab7..975421a3d69ac2 100644 --- a/docs/release-template.md +++ b/docs/release-template.md @@ -60,6 +60,8 @@ ## MySQL connector +## OpenSearch connector + ## Oracle connector ## Phoenix connector diff --git a/docs/src/main/sphinx/release/release-436.md b/docs/src/main/sphinx/release/release-436.md index c065bc04c54bc5..7c0f8a8c69324e 100644 --- a/docs/src/main/sphinx/release/release-436.md +++ b/docs/src/main/sphinx/release/release-436.md @@ -3,50 +3,55 @@ ## General * {{breaking}} Require JDK 21.0.1 to run Trino. ({issue}`20010`) -* Improve query plans by not generating redundant predicates. ({issue}`16520`) -* Fix query failure when invoking the {func}`json_table` function. ({issue}`20122`) -* Fix query hanging when referencing a row field with a [SQL routine](/routines) ({issue}`19997`). +* Improve performance by not generating redundant predicates. ({issue}`16520`) +* Fix query failure when invoking the `json_table` function. ({issue}`20122`) +* Fix query hang when a [SQL routine](/routines) dereferences a row field. ({issue}`19997`). * Fix potential incorrect results when using the {func}`ST_Centroid` and - {func}`ST_Buffer` functions for tiny geometries (less than 1e-3). ({issue}`20237`) + {func}`ST_Buffer` functions for tiny geometries. ({issue}`20237`) ## Delta Lake connector -* Add the `parquet_ignore_statistics` catalog session property. ({issue}`20228`) +* Add the `parquet_ignore_statistics` catalog session property, which can be + enabled to query files with corrupted or incorrect statistics. ({issue}`20228`) * Improve performance of queries with selective joins on partition columns. ({issue}`20261`) -* Reduce number of requests made to AWS Glue when listing tables, schemas, or - functions. ({issue}`20189`) -* Fix incorrect results when querying Parquet files containing page indexes when - the query has filters on multiple columns. ({issue}`20267`) +* Reduce the number of requests made to AWS Glue when listing tables, schemas, + or functions. ({issue}`20189`) +* Fix incorrect results when querying Parquet files containing column indexes + when the query has filters on multiple columns. ({issue}`20267`) ## Hive connector * Allow reading 3-element unions when the sub-union is composed of compatible types or nulls. ({issue}`20233`) -* Reduce number of requests made to AWS Glue when listing tables, schemas, or - functions. ({issue}`20189`) -* Fix incorrect results when querying Parquet files containing page indexes when - the query has filters on multiple columns. ({issue}`20267`) +* Reduce the number of requests made to AWS Glue when listing tables, schemas, + or functions. ({issue}`20189`) +* Fix incorrect results when querying Parquet files containing column indexes + when the query has filters on multiple columns. ({issue}`20267`) ## Hudi connector * Add support for enforcing that a filter on a partition key must be present in the query. This can be enabled by with the ``hudi.query-partition-filter-required`` configuration property or the - ``query_partition_filter_required`` session property. ({issue}`19906`) -* Fix incorrect results when querying Parquet files containing page indexes when - the query has filters on multiple columns. ({issue}`20267`) + ``query_partition_filter_required`` catalog session property. ({issue}`19906`) +* Fix incorrect results when querying Parquet files containing column indexes + when the query has filters on multiple columns. ({issue}`20267`) ## Iceberg connector * Add the `parquet_ignore_statistics` catalog session property. ({issue}`20228`) * Improve performance of queries with selective joins on partition columns. ({issue}`20212`) -* Reduce number of requests made to AWS Glue when listing tables, schemas, or - functions. ({issue}`20189`) +* Reduce the number of requests made to AWS Glue when listing tables, schemas, + or functions. ({issue}`20189`) * Fix potential loss of data when running multiple `INSERT` queries at the same time ({issue}`20093`). * Fix incorrect results when providing a nonexistent namespace while listing namespaces. ({issue}`19980`) +## OpenSearch connector + +* Add [OpenSearch connector](/connector/opensearch). ({issue}`11377`) + ## SQL Server connector * Fix incorrect results for old `DATETIMEOFFSET` values. ({issue}`16559`)