Skip to content

Commit 34f5d73

Browse files
committed
Address steve's comments round 3
1 parent 3a501ee commit 34f5d73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ _________________________
9797
* Add support for Iceberg table sort orders. Tables can be created to add a list of `sorted_by` columns which will be used to order files written to the table. `#21977 <https://github.com/prestodb/presto/pull/21977>`_
9898
* Add support for ``UPDATE`` SQL statements. `#24281 <https://github.com/prestodb/presto/pull/24281>`_
9999
* Deprecate some table property names in favor of property names from the Iceberg library. See :doc:`/connector/iceberg`. `#24581 <https://github.com/prestodb/presto/pull/24581>`_
100-
* Enable manifest caching by default. `#24481 <https://github.com/prestodb/presto/pull/24481>`_
100+
* Improve Iceberg queries by enabling manifest file caching by default. `#24481 <https://github.com/prestodb/presto/pull/24481>`_
101101
* Update native ``IcebergConnectorProtocol`` to supply ``NotImplemented`` for ``ConnectorDeleteTableHandle`` type. `#24721 <https://github.com/prestodb/presto/pull/24721>`_
102102

103103
Kudu Connector Changes
@@ -116,7 +116,7 @@ ___________
116116
* Add a separate ConnectorDeleteTableHandle interface for ``ConnectorMetadata.beginDelete`` and ``ConnectorMetadata.finishDelete``, replacing the previous usage of ConnectorTableHandle. `#24528 <https://github.com/prestodb/presto/pull/24528>`_
117117
* Update ``beginDelete`` to return new types, and ``finishDelete`` to accept new types in ``ConnectorMetadata``. `#24528 <https://github.com/prestodb/presto/pull/24528>`_
118118
* Move IndexSourceNode to the SPI. `#24678 <https://github.com/prestodb/presto/pull/24678>`_
119-
* REMOTE_BUFFER_CLOSE_FAILED is now a retriable error. `#24808 <https://github.com/prestodb/presto/pull/24808>`_
119+
* Fix query failures by setting ``REMOTE_BUFFER_CLOSE_FAILED`` as a retriable error. `#24808 <https://github.com/prestodb/presto/pull/24808>`_
120120

121121

122122
Elasticsearch Connector Changes
@@ -135,13 +135,13 @@ ______________________________________
135135
* ``shared-arbitrator.memory-pool-min-reclaim-bytes``.
136136
* ``shared-arbitrator.memory-reclaim-threads-hw-multiplier``.
137137
`#24720 <https://github.com/prestodb/presto/pull/24720>`_
138-
* Set default value for ``task.max-drivers-per-task`` to use thread concurrency of the host `#24642 <>`
139138
* Add a type parameter for ``ConnectorDeleteTableHandle`` implementations to ``ConnectorProtocolTemplate``, along with support for (de)serialization of connector-specific types. Existing native connector implementations defining ``ConnectorProtocolTemplate`` specializations must update their definitions to supply their specific type or use ``NotImplemented``. `#24721 <https://github.com/prestodb/presto/pull/24721>`_
140139
* Add ``exchange.http-client.request-data-sizes-max-wait-sec`` to native system configs. `#24774 <https://github.com/prestodb/presto/pull/24774>`_
141140
* Add ``spill-enabled``, ``join-spill-enabled``, ``aggregation-spill-enabled``, and ``order-by-spill-enabled`` to native system configs. `#24726 <https://github.com/prestodb/presto/pull/24726>`_
142141
* Add new error code name ``MEMORY_ARBITRATION_FAILURE`` under error code ``INSUFFICIENT_RESOURCE``. `#24773 <https://github.com/prestodb/presto/pull/24773>`_
143142
* Add a native function namespace manager. `#23358 <https://github.com/prestodb/presto/pull/23358>`_
144143
* Add support for ORC reader. `#23037 <https://github.com/prestodb/presto/pull/23037>`_
144+
* Improve ``task.max-drivers-per-task`` by setting the default value to use thread concurrency of the host. `#24642 <https://github.com/prestodb/presto/pull/24642>`_
145145

146146
**Credits**
147147
===========

0 commit comments

Comments
 (0)