Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions presto-docs/src/main/sphinx/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 1

release/release-0.257
release/release-0.256
release/release-0.255
release/release-0.254.1
Expand Down
27 changes: 27 additions & 0 deletions presto-docs/src/main/sphinx/release/release-0.257.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
=============
Release 0.257
=============

**Details**
===========

General Changes
_______________
* Fix queries failing with ``EXCEEDED_LOCAL_MEMORY_LIMIT`` error due to incorrect memory tracking while reading spilled data.
* Fix deadlock for queries with ``JOIN`` and ``LIMIT`` with spilling enabled.
* Fix query failures due to expressions with multiple ``is null`` checks on the same variable.
* Improve memory usage of queries spilling in the join operator.
* Improve expressions printed in query plans to be closer to valid SQL.
* Add support to find the n-th instance in :func:`array_position`.
* Add support for correlated subqueries with complex expressions in the correlation.
* Add support for the ``OFFSET`` clause in SQL query expressions. This feature can be enabled by setting the session property ``offset_clause_enabled`` or configuration property ``offset-clause-enabled`` to ``true``.

Hive Changes
____________
* Fix a bug in reading Avro format table with schema located in a Kerberos enabled HDFS compliant filesystem.
* Fix dynamic pruning for null keys in hive partition.

**Contributors**
================

Abhisek Gautam Saikia, Andrii Rosa, Arjun Gupta, Basar Hamdi Onat, Chen, George Wang, Grace Xin, Huameng Jiang, James Petty, James Sun, Masha Basmanova, Mayank Garg, Rebecca Schlussel, Rohit Jain, Roman Zeyde, Rongrong Zhong, Saumitra Shahapure, Seba Villalobos, Sergey Pershin, Sergii Druzkin, Shixuan Fan, Swapnil Tailor, Timothy Meehan, Venki Korukanti, Vic Zhang, Xiang Fu, Zhenxiao Luo, beinan, prithvip, tanjialiang