diff --git a/presto-docs/src/main/sphinx/admin/jmx-metrics.rst b/presto-docs/src/main/sphinx/admin/jmx-metrics.rst index 983e0fe4dcf17..b515cb91a3bdf 100644 --- a/presto-docs/src/main/sphinx/admin/jmx-metrics.rst +++ b/presto-docs/src/main/sphinx/admin/jmx-metrics.rst @@ -186,7 +186,9 @@ Hive Connector ^^^^^^^^^^^^^^ * ``com.facebook.presto.hive:name=*``: Hive metastore and file system metrics + Example - + * com.facebook.presto.hive:name=hive,type=cachingdirectorylister Iceberg Connector diff --git a/presto-docs/src/main/sphinx/connector/hive.rst b/presto-docs/src/main/sphinx/connector/hive.rst index 76daed9d6f773..cf0a90eb3f5fe 100644 --- a/presto-docs/src/main/sphinx/connector/hive.rst +++ b/presto-docs/src/main/sphinx/connector/hive.rst @@ -321,7 +321,6 @@ Property Name Description ======================================================== ============================================================================== ============================= -.. note:: These properties are mapped to the corresponding properties in Hive ``LazySerDeParameters`` during serialization and follow the same behaviors with ``LazySimpleSerDe``. If they are not defined, the Hive defaults are used, which are typically ``\001`` for field delimiter, ``\002`` for diff --git a/presto-docs/src/main/sphinx/presto_cpp/properties-session.rst b/presto-docs/src/main/sphinx/presto_cpp/properties-session.rst index f0ac0af05a8aa..ea09048321409 100644 --- a/presto-docs/src/main/sphinx/presto_cpp/properties-session.rst +++ b/presto-docs/src/main/sphinx/presto_cpp/properties-session.rst @@ -598,7 +598,7 @@ compaction. The value is in the range of [0, 1). Currently only applies to approx_most_frequent aggregate with StringView type during global aggregation. ``native_aggregation_memory_compaction_reclaim_enabled`` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * **Type:** ``boolean`` * **Default value:** ``false``