Skip to content

Commit b2f1936

Browse files
swapsmagictdcmeehan
authored andcommitted
Add release notes for 0.258
1 parent 09a152f commit b2f1936

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

presto-docs/src/main/sphinx/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release Notes
55
.. toctree::
66
:maxdepth: 1
77

8+
release/release-0.258
89
release/release-0.257
910
release/release-0.256
1011
release/release-0.255
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
=============
2+
Release 0.258
3+
=============
4+
5+
**Details**
6+
===========
7+
8+
General Changes
9+
_______________
10+
* Fix a bug in SQL functions where a query could fail with a compiler error if the function has a lambda variable with the same name as a column or function input.
11+
* Add Cauchy distribution CDF :func:`cauchy_cdf` and inverse CDF :func:`inverse_cauchy_cdf` functions.
12+
* Add SQL functions :func:`array_dupes` and :func:`array_as_dupes`.
13+
* Add additional details to memory exceeded error messages to simplify debugging. Disabled by default. Can be enabled by setting the ``verbose_exceeded_memory_limit_errors_enabled`` session property to ``true``.
14+
* Support dynamic filtering with comparison operators. Can be enabled by setting the ``enable-dynamic-filtering`` property to ``true``. Disabled by default.
15+
16+
Cassandra Changes
17+
________________
18+
* Improve query performance by caching metadata to avoid extra remote calls to the Cassandra server.
19+
20+
Elasticsearch Changes
21+
_____________________
22+
* Fix incorrect pushdown of ``IS NULL`` predicate in Elasticsearch.
23+
24+
Hive Changes
25+
____________
26+
* Fix a bug in Parquet dereference pushdown that caused inconsistent query results in certain cases.
27+
* Add support for allowing to match columns between table and partition schemas by names for HUDI tables. This is enabled when configuration property ``hive.parquet.use-column-names`` or the hive catalog session property ``parquet_use_column_names`` is set to ``true``. By default they are mapped by index.
28+
29+
Iceberg Changes
30+
_________________________
31+
* Add support for ORC files.
32+
33+
SPI Changes
34+
___________
35+
* Add ``getClientTags`` to ``ConnectorSession``.
36+
37+
**Credits**
38+
===========
39+
40+
Andrii Rosa, Beinan, Chen, Grace Xin, Huameng Jiang, Jalpreet Singh Nanda (:imjalpreet), James Petty, James Sun, Jeremy Craig Sawruk, Julian Zhuoran Zhao, Junyi Huang, Marilyn Beck, Neerad Somanchi, Pranjal Shankhdhar, Roman Zeyde, Rongrong Zhong, Sergey Pershin, Shixuan Fan, Tim Meehan, Venki Korukanti, Xiang Fu, Zhan Yuan, Zhenxiao Luo, derektbrown, jiachen, lijieliang, 护城

0 commit comments

Comments
 (0)