File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
presto-docs/src/main/sphinx Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
234235Avro Configuration Properties
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ The connector maps PostgreSQL types to the corresponding PrestoDB types:
149149 - ``VARCHAR ``
150150 * - ``GEOGRAPHY ``
151151 - ``VARCHAR ``
152+
152153No other types are supported.
153154
154155PrestoDB to PostgreSQL type mapping
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Property Name Description
2929============================================ ===================================================================== ==============================
3030
3131.. _sidecar-worker-properties :
32+
3233Sidecar worker properties
3334^^^^^^^^^^^^^^^^^^^^^^^^^
3435Enable sidecar functionality with:
@@ -68,7 +69,7 @@ Property Name Description
6869============================================ ===================================================================== ==============================
6970
7071Session properties
71- -----------------
72+ ------------------
7273
7374These properties must be configured in ``etc/session-property-providers/native-worker.properties `` to use the session property provider of the ``NativeSidecarPlugin ``.
7475
Original file line number Diff line number Diff 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 ``
You can’t perform that action at this time.
0 commit comments