Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add release notes for 0.260 #16619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2021
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.260
release/release-0.259.1
release/release-0.259
release/release-0.258
Expand Down
37 changes: 37 additions & 0 deletions presto-docs/src/main/sphinx/release/release-0.260.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
=============
Release 0.260
=============

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

General Changes
_______________
* Fix a bug in SQL functions that would cause compiler error when session property ``inline_sql_function`` is set to ``false`` and SQL function references input in lambda expression.
* Fix a bug in fragment result cache that caused query failures.
* Add :ref:`uuid_type` type to represent UUIDs.
* Add configuration property ``experimental.aggregation-spill-enabled`` and session property ``aggregation_spill_enabled`` to control aggregate spills explicitly.
* Add configuration property ``experimental.order-by-spill-enabled`` and session property ``order_by_spill_enabled`` to control order by spills explicitly.
* Add configuration property ``experimental.window-spill-enabled`` and session property ``window_spill_enabled`` to control window spills explicitly.
* Add configuration property ``fragment-result-cache.max-single-pages-size`` to control the max fragement cache file size.
* Add session property ``query_max_revocable_memory_per_node`` to override existing configuration property ``experimental.max-revocable-memory-per-node``.
* Add configuration property ``optimizer.aggregation-if-to-filter-rewrite-enabled`` and session property ``aggregation_if_to_filter_rewrite_enabled`` to toggle an optimizer rule which improves the performance of ``IF`` expressions inside aggregation functions.
* Enable join spilling by default when spill is enabled. This can be disabled by setting the configuration property ``experimental.join-spill-enabled`` or session property ``join_spill_enabled`` to ``false``.

Hive Connector Changes
______________________
* Add support to create files for empty buckets when writing data.
This can be configured by ``hive.create-empty-bucket-files`` configuration property or the ``create_empty_bucket_files`` session property.

Iceberg Connector Changes
_________________________
* Upgrade Iceberg version to 0.11.1.

Prometheus Connector Changes
____________________________
* Added Prometheus Connector. See :doc:`/connector/prometheus`

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

Andrii Rosa, Ariel Weisberg, Arjun Gupta, Arunachalam Thirupathi, Basar Hamdi Onat, Beinan Wang, Bin Fan, Bin Fan, George Wang, Jack Ye, James Sun, Julian Zhuoran Zhao, Maria Basmanova, Mayank Garg, Rebecca Schlussel, Rongrong Zhong, Shixuan Fan, Timothy Meehan, Zac Wen, Zhan Yuan, Zhenxiao Luo, [email protected], linzebing, shenh062326, superqtqt, v-jizhang, vaishnavibatni