You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presto-docs/src/main/sphinx/release/release-0.292.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ _________________________
97
97
* 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>`_
98
98
* Add support for ``UPDATE`` SQL statements. `#24281 <https://github.com/prestodb/presto/pull/24281>`_
99
99
* 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>`_
101
101
* Update native ``IcebergConnectorProtocol`` to supply ``NotImplemented`` for ``ConnectorDeleteTableHandle`` type. `#24721 <https://github.com/prestodb/presto/pull/24721>`_
102
102
103
103
Kudu Connector Changes
@@ -116,7 +116,7 @@ ___________
116
116
* 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>`_
117
117
* Update ``beginDelete`` to return new types, and ``finishDelete`` to accept new types in ``ConnectorMetadata``. `#24528 <https://github.com/prestodb/presto/pull/24528>`_
118
118
* 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>`_
* Set default value for ``task.max-drivers-per-task`` to use thread concurrency of the host `#24642 <>`
139
138
* 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>`_
140
139
* Add ``exchange.http-client.request-data-sizes-max-wait-sec`` to native system configs. `#24774 <https://github.com/prestodb/presto/pull/24774>`_
141
140
* 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>`_
142
141
* Add new error code name ``MEMORY_ARBITRATION_FAILURE`` under error code ``INSUFFICIENT_RESOURCE``. `#24773 <https://github.com/prestodb/presto/pull/24773>`_
143
142
* Add a native function namespace manager. `#23358 <https://github.com/prestodb/presto/pull/23358>`_
144
143
* 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>`_
0 commit comments