Skip to content

Commit 3c70a16

Browse files
authored
Apply suggestions from code review
Apply review changes
1 parent c9c4fc4 commit 3c70a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ________________
6464
* Upgrade plexus-utils to version 3.6.0 in response to `CVE-2017-1000487 <https://nvd.nist.gov/vuln/detail/cve-2017-1000487>`_. `#24665 <https://github.com/prestodb/presto/pull/24665>`_
6565
* Upgrade zookeeper to 3.9.3 to fix security vulnerability in presto-accumulo, presto-delta,presto-hive,presto-kafka and presto-hudi in response to `CVE-2023-44981 <https://nvd.nist.gov/vuln/detail/cve-2023-44981>`_. `#24403 <https://github.com/prestodb/presto/pull/24403>`_
6666

67-
Delta Connector Changes
67+
Delta Lake Connector Changes
6868
_______________________
6969
* Fix a bug where after an incremental update with null values is made, reads start timing out. `#24920 <https://github.com/prestodb/presto/pull/24920>`_
7070

@@ -82,8 +82,8 @@ _________________________
8282
* Fix to pass full session to avoid ``Unknown connector`` errors using the Nessie catalog. `#24803 <https://github.com/prestodb/presto/pull/24803>`_
8383
* Add support for the procedure <catalog-name>.system.invalidate_manifest_file_cache() for ManifestFile cache invalidation in Iceberg. `#24831 <https://github.com/prestodb/presto/pull/24831>`_
8484
* Add support for the procedure <catalog-name>.system.invalidate_statistics_file_cache() for StatisticsFile cache invalidation in Iceberg. `#24831 <https://github.com/prestodb/presto/pull/24831>`_
85+
* Add support for bucket transform for columns of type ``TimeType`` in Iceberg table. `#24829 <https://github.com/prestodb/presto/pull/24829>`_
8586
* Replace RowDelta with AppendFiles for insert-only statements such as INSERT and CTAS. `#24989 <https://github.com/prestodb/presto/pull/24989>`_
86-
* Add support for bucket transform for columns of type ``TimeType`` in Iceberg table. `#24829 <https://github.com/prestodb/presto/pull/24829>`_
8787

8888
JDBC Connector Changes
8989
______________________
@@ -95,7 +95,7 @@ _______________________
9595

9696
MongoDB Connector Changes
9797
_________________________
98-
* Add support for Json type in MongoDB. `#25089 <https://github.com/prestodb/presto/pull/25089>`_
98+
* Add support for JSON type in MongoDB. `#25089 <https://github.com/prestodb/presto/pull/25089>`_
9999

100100
MySQL Connector Changes
101101
_______________________

0 commit comments

Comments
 (0)