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.263
release/release-0.262
release/release-0.261
release/release-0.260.1
Expand Down
22 changes: 22 additions & 0 deletions presto-docs/src/main/sphinx/release/release-0.263.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
=============
Release 0.263
=============

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

General Changes
_______________
* Fix a potential correctness bug for distinct aggregations with filter expressions containing null values.
* Improve spilling CPU and memory efficiency for ``DISTINCT`` and ``ORDER BY`` aggregations.
* Add support to create a heapdump when we exceed local memory limits for a query. This can be enabled with the ``heap_dump_on_exceeded_memory_limit_enabled`` session property and the directory to create the heapdump can be set by ``exceeded_memory_limit_heap_dump_file_directory`` session property.
* Add key-based sampling feature that samples tables at query time. This feature can be enabled using session property ``key_based_sampling_enabled=true``. Additionally, default sampling rate and sampling function name can be overridden by sessions properties ``key_based_sampling_percentage`` and ``key_based_sampling_function`` respectively.

Verifier Changes
________________
* Improve false positives by skipping non-deterministic queries which have a ``LIMIT`` sub clause without ``ORDER BY``.

**Credits**
===========

Ajay George, Arjun Gupta, Arunachalam Thirupathi, Ge Gao, James Petty, James Sun, Maria Basmanova, Neerad Somanchi, Nikhil Collooru, Pranjal Shankhdhar, Rongrong Zhong, SOURAV PAL, Sreeni Viswanadha, Swapnil Tailor, Tim Meehan, Zac Wen, Zhan Yuan, abhiseksaikia