This is an automated email from the ASF dual-hosted git repository.
voonhous 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 a14dcdf23c5c docs: Added note for incremental query support (#18644)
a14dcdf23c5c is described below
commit a14dcdf23c5c92784a19ff108b9f992de1254283
Author: deepakpanda93 <[email protected]>
AuthorDate: Tue Jun 2 13:47:38 2026 +0530
docs: Added note for incremental query support (#18644)
* Added note for incremental query support
* docs: Added note for incremental query support
* docs: Added note for incremental query support
---
website/docs/sql_queries.md | 4 ++++
website/versioned_docs/version-1.0.0/sql_queries.md | 4 ++++
website/versioned_docs/version-1.0.1/sql_queries.md | 4 ++++
website/versioned_docs/version-1.0.2/sql_queries.md | 4 ++++
website/versioned_docs/version-1.1.1/sql_queries.md | 4 ++++
5 files changed, 20 insertions(+)
diff --git a/website/docs/sql_queries.md b/website/docs/sql_queries.md
index 71d71812c7b0..8eec17bb40d5 100644
--- a/website/docs/sql_queries.md
+++ b/website/docs/sql_queries.md
@@ -334,6 +334,10 @@ FROM hudi_table_changes(
)
```
+:::note
+Incremental queries are currently not supported for Merge-on-Read (MoR) tables
with partial updates.
+:::
+
:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC
queries above, since they amortize the cost of compactions across your data
lake.
For e.g the table has received 10 million modifications across 1 million
records over a time window, incremental queries can fetch the latest value for
diff --git a/website/versioned_docs/version-1.0.0/sql_queries.md
b/website/versioned_docs/version-1.0.0/sql_queries.md
index aca0a0ac8ccc..7b7c26122e03 100644
--- a/website/versioned_docs/version-1.0.0/sql_queries.md
+++ b/website/versioned_docs/version-1.0.0/sql_queries.md
@@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```
+:::note
+Incremental queries are currently not supported for Merge-On-Read (MOR) tables
with partial updates.
+:::
+
:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC
queries above, since they amortize the cost of compactions across your data
lake.
For e.g the table has received 10 million modifications across 1 million
records over a time window, incremental queries can fetch the latest value for
diff --git a/website/versioned_docs/version-1.0.1/sql_queries.md
b/website/versioned_docs/version-1.0.1/sql_queries.md
index aca0a0ac8ccc..7b7c26122e03 100644
--- a/website/versioned_docs/version-1.0.1/sql_queries.md
+++ b/website/versioned_docs/version-1.0.1/sql_queries.md
@@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```
+:::note
+Incremental queries are currently not supported for Merge-On-Read (MOR) tables
with partial updates.
+:::
+
:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC
queries above, since they amortize the cost of compactions across your data
lake.
For e.g the table has received 10 million modifications across 1 million
records over a time window, incremental queries can fetch the latest value for
diff --git a/website/versioned_docs/version-1.0.2/sql_queries.md
b/website/versioned_docs/version-1.0.2/sql_queries.md
index f00bee112179..e5a9c0b1112d 100644
--- a/website/versioned_docs/version-1.0.2/sql_queries.md
+++ b/website/versioned_docs/version-1.0.2/sql_queries.md
@@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```
+:::note
+Incremental queries are currently not supported for Merge-On-Read (MOR) tables
with partial updates.
+:::
+
:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC
queries above, since they amortize the cost of compactions across your data
lake.
For e.g the table has received 10 million modifications across 1 million
records over a time window, incremental queries can fetch the latest value for
diff --git a/website/versioned_docs/version-1.1.1/sql_queries.md
b/website/versioned_docs/version-1.1.1/sql_queries.md
index 9310c72fbc62..81ce6f0b49a2 100644
--- a/website/versioned_docs/version-1.1.1/sql_queries.md
+++ b/website/versioned_docs/version-1.1.1/sql_queries.md
@@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```
+:::note
+Incremental queries are currently not supported for Merge-On-Read (MOR) tables
with partial updates.
+:::
+
:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC
queries above, since they amortize the cost of compactions across your data
lake.
For e.g the table has received 10 million modifications across 1 million
records over a time window, incremental queries can fetch the latest value for