Skip to content
Open
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
3 changes: 2 additions & 1 deletion presto-docs/src/main/sphinx/sql/analyze.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ connector-specific properties. To list all available properties, run the followi
SELECT * FROM system.metadata.analyze_properties

Currently, this statement is only supported by the
:ref:`Hive connector <hive_analyze>`.
:ref:`Hive connector <hive_analyze>` and
:doc:`Iceberg connector <../connector/iceberg>`.
Comment on lines 23 to +25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): Consider adding "the" before "Iceberg connector" for parallel structure.

This will keep the phrasing grammatically consistent with the existing "the Hive connector" reference.

Suggested change
Currently, this statement is only supported by the
:ref:`Hive connector <hive_analyze>`.
:ref:`Hive connector <hive_analyze>` and
:doc:`Iceberg connector <../connector/iceberg>`.
Currently, this statement is only supported by the
:ref:`Hive connector <hive_analyze>` and
:doc:`the Iceberg connector <../connector/iceberg>`.


Examples
--------
Expand Down
Loading