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.250
release/release-0.249.1
release/release-0.249
release/release-0.248
Expand Down
18 changes: 18 additions & 0 deletions presto-docs/src/main/sphinx/release/release-0.250.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
=============
Release 0.250
=============

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

General Changes
_______________
* Fix a memory leak in ``NodeTaskMap`` which could lead to Full GC or OOMs in coordinator.
* Add support for configuring the maximum number of unacknowledged source splits per task. This can be enabled by setting the ``max_unacknowledged_splits_per_task`` session property or ``node-scheduler.max-unacknowledged-splits-per-task`` configuration property.
* Add bitwise shift functions :func:`bitwise_left_shift`, :func:`bitwise_right_shift`, :func:`bitwise_right_shift_arithmetic` (:pr:`15730`)
* Add support for creating, dropping, querying and seeing materialized view definitions. (:pr:`15589`, :pr:`15779`)

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

Ahmad Ghazal, Ajay George, Ariel Weisberg, Arunachalam Thirupathi, David Stryker, Ge Gao, James Petty, James Sun, Lisa Yang, Maria Basmanova, Mayank Garg, Rebecca Schlussel, Rongrong Zhong, Rumeshkrishnan Mohan, Shixuan Fan, Timothy Meehan, Yang Yang, Zhenxiao Luo, tanjialiang, v-jizhang