Skip to content

Commit 99872da

Browse files
committed
Add highlights
1 parent d4a31c8 commit 99872da

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

presto-docs/src/main/sphinx/release/release-0.292.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Release 0.292
55
**Highlights**
66
==============
77

8+
* Improve error handling of ``INTERVAL DAY``, ``INTERVAL HOUR``, and ``INTERVAL SECOND`` operators when experiencing overflows. `#24353 <https://github.com/prestodb/presto/pull/24353>`_
9+
* Improve presto router UI. `#24411 <https://github.com/prestodb/presto/pull/24411>`_
10+
* Upgrade bootstrap to version 5. `#24167 <https://github.com/prestodb/presto/pull/24167>`_
11+
* Add Java and Native Arrow Flight connector. `#24427 <https://github.com/prestodb/presto/pull/24427>`_
12+
* Add a MySQL-compatible function ``bit_length`` that returns the count of bits for the given string. `#24531 <https://github.com/prestodb/presto/pull/24531>`_
13+
* Add support to build Presto with JDK 17. `#24677 <https://github.com/prestodb/presto/pull/24677>`_
14+
* Add the ability to canonicalize JSON output through session property ``canonicalized_json_extract``. `#24614 <https://github.com/prestodb/presto/pull/24614>`_
15+
* Add support for native ORC reader. `#23037 <https://github.com/prestodb/presto/pull/23037>`_
16+
* Improve ``task.max-drivers-per-task`` by setting the default value to use thread concurrency of the host. `#24642 <https://github.com/prestodb/presto/pull/24642>`_
17+
* Fix a security bug when ``check_access_control_for_utlized_columns`` is true for queries that uses a ``WITH`` clause. Previously we would sometimes not check permissions for certain columns that were used in the query. Now we will always check permissions for all columns used in the query. There are some corner cases for CTEs with the same name where we may check more columns than are used or fall back to checking all columns referenced in the query. `#24647 <https://github.com/prestodb/presto/pull/24647>`_
18+
* Fix Parquet read failing for nested Decimal types. `#24440 <https://github.com/prestodb/presto/pull/24440>`_
19+
* Add manifest file caching for deployments which use the Hive metastore. `#24481 <https://github.com/prestodb/presto/pull/24481>`_
20+
* Add table property ``write.data.path`` to specify independent data write paths for Iceberg tables. `#24397 <https://github.com/prestodb/presto/pull/24397>`_
21+
* Add support for Iceberg table sort orders. Tables can be created to add a list of `sorted_by` columns which will be used to order files written to the table. `#21977 <https://github.com/prestodb/presto/pull/21977>`_
22+
* Add support for ``UPDATE`` SQL statements. `#24281 <https://github.com/prestodb/presto/pull/24281>`_
23+
* Add configuration property ``tpcds.use-varchar-type`` to allow toggling of char columns to varchar columns. `#24406 <https://github.com/prestodb/presto/pull/24406>`_
24+
825
**Details**
926
===========
1027

0 commit comments

Comments
 (0)