Skip to content

Commit

Permalink
Update release notes for 0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed May 1, 2015
1 parent 9eecd1a commit 11ad5ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions presto-docs/src/main/sphinx/release/release-0.102.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ General Changes
---------------

* Support returning booleans as numbers in JDBC driver
* Fix :func:`contains` to return ``NULL`` if the value was not found, but a ``NULL`` was.
* Fix nested :ref:`row_type` rendering in ``DESCRIBE``.
* Add :func:`array_join`.
* Optimize map subscript operator.
* Add :func:`from_utf8` and :func:`to_utf8` functions.
* Add ``task_writer_count`` session property to set ``task.writer-count``.

Expand All @@ -30,3 +34,4 @@ Hive Changes
* Retry when seeking in ``PrestoS3FileSystem``.
* Ignore ``InvalidRange`` error in ``PrestoS3FileSystem``.
* Implement rename and delete in ``PrestoS3FileSystem``.
* Fix assertion failure when running ``SHOW TABLES FROM schema``.

0 comments on commit 11ad5ac

Please sign in to comment.