Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions presto-docs/src/main/sphinx/admin/jmx-metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion presto-docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
Loading