-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Docs update for Analyse.rst support for iceberg connector #27039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the SQL ANALYZE command documentation to describe support and behavior for the Iceberg connector in analyze.rst. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
steveburnett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look at the comments and let me know if you have questions.
| @@ -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>`. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :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.

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.
|
|
||
| Currently, this statement is only supported by the | ||
| :ref:`Hive connector <hive_analyze>`. | ||
| :ref: `Iceberg connector <iceberg_analyze>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Description
docs: clarify ANALYZE connector support
This change updates documentation to reflect that the ANALYZE statement
is supported by both Hive and Iceberg connectors.
Motivation and Context
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.
If release note is NOT required, use:
Summary by Sourcery
Documentation: