[Doc] Added note for incremental query support#18644
Conversation
hudi-agent
left a comment
There was a problem hiding this comment.
🤖 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.
hudi-agent
left a comment
There was a problem hiding this comment.
🤖 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
hudi-agent
left a comment
There was a problem hiding this comment.
🤖 This review was generated by an AI agent and may contain mistakes. Please verify any suggestions before applying.
No new reviewable changes.
cc @yihua
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
After
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
Incremental queries are currently not supported for Merge-On-Read (MOR) tables with partial updatesContributor's checklist