Skip to content

Commit b760905

Browse files
dnskrsteveburnett
authored andcommitted
Fix minor documentation issues
1 parent 9da619b commit b760905

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

presto-docs/src/main/sphinx/connector/hive.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Property Name Description
229229
metadata, instead of their ordinal position. Also toggleable
230230
through the ``hive.orc_use_column_names`` session property.
231231
======================================================== ============================================================ ============
232+
232233
.. _constructor: https://github.com/apache/hadoop/blob/02a9190af5f8264e25966a80c8f9ea9bb6677899/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java#L844-L875
233234

234235
Avro Configuration Properties

presto-docs/src/main/sphinx/connector/postgresql.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ The connector maps PostgreSQL types to the corresponding PrestoDB types:
149149
- ``VARCHAR``
150150
* - ``GEOGRAPHY``
151151
- ``VARCHAR``
152+
152153
No other types are supported.
153154

154155
PrestoDB to PostgreSQL type mapping

presto-docs/src/main/sphinx/plugin/native-sidecar-plugin.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Property Name Description
2929
============================================ ===================================================================== ==============================
3030

3131
.. _sidecar-worker-properties:
32+
3233
Sidecar worker properties
3334
^^^^^^^^^^^^^^^^^^^^^^^^^
3435
Enable sidecar functionality with:
@@ -68,7 +69,7 @@ Property Name Description
6869
============================================ ===================================================================== ==============================
6970

7071
Session properties
71-
-----------------
72+
------------------
7273

7374
These properties must be configured in ``etc/session-property-providers/native-worker.properties`` to use the session property provider of the ``NativeSidecarPlugin``.
7475

presto-docs/src/main/sphinx/presto_cpp/properties.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ alphabetical order.
7575
- Custom type names are peeled in the coordinator. Only the actual base type is preserved.
7676
- ``CAST(col AS EnumType<T>)`` is rewritten as ``CAST(col AS <T>)``.
7777
- ``ENUM_KEY(EnumType<T>)`` is rewritten as ``ELEMENT_AT(MAP(<T>, VARCHAR))``.
78+
7879
This property can only be enabled with native execution.
7980

8081
``optimizer.optimize-hash-generation``

0 commit comments

Comments
 (0)