This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cb461f9  [MINOR] Update quick-start-guide.md - incremental query 
(#4256)
cb461f9 is described below

commit cb461f9d0e5e2d34a1ae4064c02fa340460aa6bb
Author: kazdy <[email protected]>
AuthorDate: Sun Dec 12 05:51:28 2021 +0100

    [MINOR] Update quick-start-guide.md - incremental query (#4256)
---
 website/versioned_docs/version-0.9.0/quick-start-guide.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/website/versioned_docs/version-0.9.0/quick-start-guide.md 
b/website/versioned_docs/version-0.9.0/quick-start-guide.md
index f8f3583..78bd7aa 100644
--- a/website/versioned_docs/version-0.9.0/quick-start-guide.md
+++ b/website/versioned_docs/version-0.9.0/quick-start-guide.md
@@ -704,6 +704,11 @@ Hudi also provides capability to obtain a stream of 
records that changed since g
 This can be achieved using Hudi's incremental querying and providing a begin 
time from which changes need to be streamed. 
 We do not need to specify endTime, if we want all changes after the given 
commit (as is the common case). 
 
+:::note
+Note that the amount of data you can incrementally pull from a table depends 
on the amount of retained commits. 
+Hudi automatically cleans old commits, the amount of retained commits can be 
specified using `CLEAN_RETAIN_COMMITS` parameter. 
+:::
+
 <Tabs
 defaultValue="scala"
 values={[

Reply via email to