Skip to content

[Doc] Added note for incremental query support#18644

Merged
voonhous merged 4 commits into
apache:asf-sitefrom
deepakpanda93:br_inc_query_support
Jun 2, 2026
Merged

[Doc] Added note for incremental query support#18644
voonhous merged 4 commits into
apache:asf-sitefrom
deepakpanda93:br_inc_query_support

Conversation

@deepakpanda93
Copy link
Copy Markdown
Collaborator

@deepakpanda93 deepakpanda93 commented Apr 29, 2026

Describe the issue this Pull Request addresses

Incremental queries currently do not support Merge-On-Read (MOR) tables when partial updates are enabled. This limitation is not clearly documented, which can lead to confusion or incorrect usage by users.

Before

image

After

image

Summary and Changelog

This PR adds a documentation note clarifying that incremental queries are not supported for MOR tables with partial updates enabled.

Impact

No code changes or functional impact.

Risk Level

none

Documentation Update

  • Added a note to the Hudi documentation stating:

Incremental queries are currently not supported for Merge-On-Read (MOR) tables with partial updates

Contributor's checklist

  • Read through contributor's guide
  • Enough context is provided in the sections above
  • Adequate tests were added if applicable

Copy link
Copy Markdown
Contributor

@hudi-agent hudi-agent left a comment

Choose a reason for hiding this comment

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

🤖 This review was generated by an AI agent and may contain mistakes. Please verify any suggestions before applying.

Thanks for the docs update! The note clearly flags an important limitation about incremental queries on MOR tables with partial updates, and applying it consistently across all versioned docs is great. A couple of small clarifications could make the note more actionable for users — please defer to a Hudi committer or PMC member for the final call on wording and version applicability.

Comment thread website/docs/sql_queries.md Outdated
Comment thread website/docs/sql_queries.md Outdated
Comment thread website/versioned_docs/version-1.0.0/sql_queries.md Outdated
@github-actions github-actions Bot added docs size:S PR with lines of changes in (10, 100] labels Apr 29, 2026
@deepakpanda93 deepakpanda93 requested a review from bhasudha April 29, 2026 11:11
Copy link
Copy Markdown
Contributor

@hudi-agent hudi-agent left a comment

Choose a reason for hiding this comment

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

🤖 This review was generated by an AI agent and may contain mistakes. Please verify any suggestions before applying.

Thanks for the docs update! The note correctly flags a real limitation for users mixing incremental queries with MOR partial updates. Prior review rounds have already raised the key open questions (precise phrasing of "partial updates enabled," suggesting a workaround, and version applicability across 1.0.0–1.1.1) so I have no additional correctness/architecture concerns to add in this round. Please defer to a Hudi committer or PMC member (e.g., @yihua or @nsivabalan) for final sign-off on the version-applicability question.

cc @yihua

Copy link
Copy Markdown
Contributor

@hudi-agent hudi-agent left a comment

Choose a reason for hiding this comment

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

🤖 This review was generated by an AI agent and may contain mistakes. Please verify any suggestions before applying.

No new reviewable changes.

cc @yihua

@voonhous voonhous merged commit a14dcdf into apache:asf-site Jun 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs size:S PR with lines of changes in (10, 100]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants