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 bc95d92ff9d [DOCS] Update StarRocks support in querying_data.md (#9763)
bc95d92ff9d is described below

commit bc95d92ff9d75026891e9cbef0fdf4832a613929
Author: Albert Wong <[email protected]>
AuthorDate: Thu Sep 21 12:04:29 2023 -0700

    [DOCS] Update StarRocks support in querying_data.md (#9763)
---
 website/docs/querying_data.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/website/docs/querying_data.md b/website/docs/querying_data.md
index 0f1b8671c37..647a57092fd 100644
--- a/website/docs/querying_data.md
+++ b/website/docs/querying_data.md
@@ -435,10 +435,9 @@ will be supported in the future.
 
 ## StarRocks
 
-Copy on Write tables in Apache Hudi 0.10.0 and above can be queried via 
StarRocks external tables from StarRocks version
-2.2.0. Only snapshot queries are supported currently. In future releases Merge 
on Read tables will also be supported.
+[StarRocks](http://starrocks.io), a Linux Foundation project, is a 
next-generation sub-second MPP OLAP database for full analytics scenarios, 
including multi-dimensional analytics, real-time analytics, and ad-hoc queries. 
 StarRocks provides complete support for Copy On Write (COW) tables and Merge 
On Read (MOR) tables from Hudi.
 Please refer
-to [StarRocks Hudi external 
table](https://docs.starrocks.io/en-us/latest/using_starrocks/External_table#hudi-external-table)
+to [StarRocks Hudi external 
catalog](https://docs.starrocks.io/en-us/latest/data_source/catalog/hudi_catalog)
 for more details on the setup.
 
 ## ClickHouse

Reply via email to