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.246
release/release-0.245.1
release/release-0.245
release/release-0.244.1
Expand Down
33 changes: 33 additions & 0 deletions presto-docs/src/main/sphinx/release/release-0.246.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
=============
Release 0.246
=============

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

General Changes
_______________
* Fix a bug introduced in :pr:`15313` that would cause queries to fail when using upper case in SQL function catalog schema names.
* Fix a possible integer overflow error when spilling to temporary storage.
* Fix an issue where prepared statements would allow some non-constant parameters.
Comment thread
caithagoras marked this conversation as resolved.
Outdated
* Fix an error where Presto server can fail to start when using function namespace manager.
* Add a minimum value of 30 seconds to the configuration property ``query.min-expire-age``.
* Add listener-based revocation model for spilling strategy ``PER_TASK_MEMORY_THRESHOLD``.
* Disable spill to disk for join queries where the probe side uses grouped execution and the build does not. Previously these queries would fail with ``GENERIC_INTERNAL_ERRORS``.
* Disallow ``ORDER BY`` literals used with Window functions as it's not useful, expensive and most often used wrongly.
* Add support for fragment result caching for queries with local exchange (e.g. intermediate aggregation).
* Improve queries that have unnecessary limits and order bys.
This feature is enabled by default and can be disabled by using the configuration property ``optimizer.skip-redundant-sort`` or session property ``skip_redundant_sort``.

Geospatial Changes
__________________
* Upgrade JTS to 1.18.0.

Hive Changes
____________
* Fix dynamic pruning failures for joining on null keys in hive partition.

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

Andrii Rosa, Ariel Weisberg, Bhavani Hari, Bin Fan, Emy Sun, George Wang, James Gill, James Petty, James Sun, John Roll, Maria Basmanova, Moji Solgi, Nikhil Collooru, Rebecca Schlussel, Rohit Jain, Rongrong Zhong, Saksham Sachdev, Shixuan Fan, Sorin Stoiana, Sreeni Viswanadha, Vic Zhang, Wenlei Xie, Ying Su, Zhenyuan Zhao, fornaix