Skip to content
Closed
Changes from 1 commit
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
1 change: 1 addition & 0 deletions presto-docs/src/main/sphinx/sql/analyze.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ connector-specific properties. To list all available properties, run the followi

Currently, this statement is only supported by the
:ref:`Hive connector <hive_analyze>`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
:ref:`Hive connector <hive_analyze>`.
:ref:`Hive connector <hive_analyze>` and the :ref:`Iceberg connector <iceberg_analyze>`.

Syntax of the Iceberg link fixed - you had added a space after the ref: in the Iceberg link so the current file looked like this in a local doc build.
Screenshot 2026-01-27 at 10 33 48 AM

Local doc builds are helpful to find formatting mistakes. For more information on running local doc builds, see Building the Documentation in the Presto docs README.

:ref: `Iceberg connector <iceberg_analyze>`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

After fixing the link as mentioned in the other comment, the link does not appear to have a valid destination.
Screenshot 2026-01-27 at 10 44 27 AM

Please edit the link so that it links to a destination.


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