Skip to content

fix(docs): Add ANALYZE example to Iceberg connector documentation#27234

Merged
hantangwangd merged 7 commits intoprestodb:masterfrom
garimauttam:fix/iceberg-analyze-docs-27065
Mar 10, 2026
Merged

fix(docs): Add ANALYZE example to Iceberg connector documentation#27234
hantangwangd merged 7 commits intoprestodb:masterfrom
garimauttam:fix/iceberg-analyze-docs-27065

Conversation

@garimauttam
Copy link
Copy Markdown
Contributor

@garimauttam garimauttam commented Feb 28, 2026

Adds a "Collecting table and column statistics" section to the Iceberg connector docs, paralleling the existing section in the Hive connector docs.

Changes:

Added ANALYZE iceberg.tpch.orders; example
Added ANALYZE ... WITH (columns = ARRAY[...]) example for column-level stats
Added .. _iceberg_analyze: RST anchor for cross-referencing
Fixes: #27065

== NO RELEASE NOTE ==

Adds a 'Collecting table and column statistics' section to the Iceberg
connector documentation, showing how to use the ANALYZE statement to
collect table and column statistics, including an example with the
optional 'columns' property.

Fixes prestodb#27065
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai bot commented Feb 28, 2026

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown
Contributor

@steveburnett steveburnett left a comment

Choose a reason for hiding this comment

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

Thanks for the documentation! Just one nit.

@github-project-automation github-project-automation bot moved this from 🆕 Unprioritized to 🏗 In progress in Presto Documentation Mar 2, 2026
Copy link
Copy Markdown
Contributor

@steveburnett steveburnett left a comment

Choose a reason for hiding this comment

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

LGTM! (docs)

Pull updated branch, new local doc build, looks good. Thanks!

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Presto Documentation Mar 3, 2026
Copy link
Copy Markdown
Member

@hantangwangd hantangwangd left a comment

Choose a reason for hiding this comment

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

Thanks @garimauttam

@steveburnett
Copy link
Copy Markdown
Contributor

The CI block for docs-only PRs has been fixed in #27285. Could you rebase to the latest master branch? Then we can move forward and merge this PR.

Please format the NO RELEASE NOTE entry with a row of three (`) above and below it, like this:

== NO RELEASE NOTE ==

@hantangwangd hantangwangd merged commit 2c1e95f into prestodb:master Mar 10, 2026
85 of 88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

fix(docs): add ANALYZE example to Iceberg connector documentation

3 participants