Skip to content

Commit

Permalink
Add 0.155 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Oct 28, 2016
1 parent 827f898 commit 3ac35e4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions presto-docs/src/main/sphinx/release.rst
Expand Up @@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 1

release/release-0.155
release/release-0.154
release/release-0.153
release/release-0.152.3
Expand Down
34 changes: 34 additions & 0 deletions presto-docs/src/main/sphinx/release/release-0.155.rst
@@ -0,0 +1,34 @@
=============
Release 0.155
=============

General Changes
---------------

* Fix incorrect results when queries contain multiple grouping sets that
resolve to the same set.
* Fix incorrect results when using ``map`` with ``IN`` predicates.
* Fix compile failure for outer joins that have a complex join criteria.
* Fix error messages for failures during commit.
* Fix memory accounting for simple aggregation, top N and distinct queries.
These queries may now report higher memory usage than before.
* Reduce unnecessary memory usage of :func:`map_agg`, :func:`multimap_agg`
and :func:`map_union`.
* Make ``INCLUDING``, ``EXCLUDING`` and ``PROPERTIES`` non-reserved keywords.
* Remove support for the experimental feature to compute approximate queries
based on sampled tables.
* Properly account for time spent creating page source.
* Various optimizations to reduce coordinator CPU usage.

Hive Changes
------------

* Fix schema evolution support in new Parquet reader.
* Fix ``NoClassDefFoundError`` when using Hadoop KMS.
* Add support for Avro file format.
* Always produce dictionary blocks for DWRF dictionary encoded streams.

SPI Changes
-----------

* Remove legacy connector API.

0 comments on commit 3ac35e4

Please sign in to comment.