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

jshao pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new c0acf24855 [MINOR](docs): Refine docs about StarRocks catalog. (#8298)
c0acf24855 is described below

commit c0acf248552d441304c760c895df82ef5c1d14d1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 27 15:23:17 2025 +0800

    [MINOR](docs): Refine docs about StarRocks catalog. (#8298)
    
    ### What changes were proposed in this pull request?
    
    Add some details about StarRocks on the index page.
    
    ### Why are the changes needed?
    
    To improve document readability.
    
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A.
    
    ### How was this patch tested?
    
    N/A
    
    Co-authored-by: Mini Yu <[email protected]>
---
 docs/index.md                                      | 3 ++-
 docs/manage-relational-metadata-using-gravitino.md | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/index.md b/docs/index.md
index 3ce6d3db0d..395bef24cc 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -121,7 +121,8 @@ complete environment. To experience all the features, see
 Gravitino supports different catalogs to manage the metadata in different 
sources. Please see:
 
 * [Doris catalog](./jdbc-doris-catalog.md): a complete guide to using 
Gravitino to manage Doris data.
-* [Hadoop catalog](./hadoop-catalog.md): a complete guide to using Gravitino 
to manage fileset
+* [StarRocks catalog](./jdbc-starrocks-catalog.md): a complete guide to using 
Gravitino to manage StarRocks data.
+* [Fileset catalog](./fileset-catalog.md): a complete guide to using Gravitino 
to manage fileset
   using Hadoop Compatible File System (HCFS).
 * [Hive catalog](./apache-hive-catalog.md): a complete guide to using 
Gravitino to manage Apache Hive data.
 * [Hudi catalog](./lakehouse-hudi-catalog.md): a complete guide to using 
Gravitino to manage Apache Hudi data.
diff --git a/docs/manage-relational-metadata-using-gravitino.md 
b/docs/manage-relational-metadata-using-gravitino.md
index 5a9a511e73..e548ddfee6 100644
--- a/docs/manage-relational-metadata-using-gravitino.md
+++ b/docs/manage-relational-metadata-using-gravitino.md
@@ -22,6 +22,7 @@ For more details, please refer to the related doc.
 - [**MySQL**](./jdbc-mysql-catalog.md)
 - [**PostgreSQL**](./jdbc-postgresql-catalog.md)
 - [**Apache Doris**](./jdbc-doris-catalog.md)
+- [**StarRocks**](./jdbc-starrocks-catalog.md)
 - [**OceanBase**](./jdbc-oceanbase-catalog.md)
 - [**Apache Iceberg**](./lakehouse-iceberg-catalog.md)
 - [**Apache Paimon**](./lakehouse-paimon-catalog.md)
@@ -118,6 +119,7 @@ Currently, Gravitino supports the following catalog 
providers:
 | `jdbc-postgresql`   | [PostgreSQL catalog 
property](./jdbc-postgresql-catalog.md#catalog-properties) |
 | `jdbc-doris`        | [Doris catalog 
property](./jdbc-doris-catalog.md#catalog-properties)           |
 | `jdbc-oceanbase`    | [OceanBase catalog 
property](./jdbc-oceanbase-catalog.md#catalog-properties)   |
+| `jdbc-starrocks`    | [StarRocks catalog 
property](./jdbc-starrocks-catalog.md#catalog-properties)   |
 
 ### Load a catalog
 
@@ -501,6 +503,7 @@ Currently, Gravitino supports the following schema property:
 | `jdbc-postgresql`   | [PostgreSQL schema 
property](./jdbc-postgresql-catalog.md#schema-properties) |
 | `jdbc-doris`        | [Doris schema 
property](./jdbc-doris-catalog.md#schema-properties)           |
 | `jdbc-oceanbase`    | [OceanBase schema 
property](./jdbc-oceanbase-catalog.md#schema-properties)   |
+| `jdbc-starrocks`    | [StarRocks schema 
property](./jdbc-starrocks-catalog.md#schema-properties)   |
 
 ### Load a schema
 
@@ -984,6 +987,7 @@ The following is a table of the column default value that 
Gravitino supports for
 | `jdbc-postgresql`   | &#10004;                |
 | `jdbc-doris`        | &#10004;                |
 | `jdbc-oceanbase`    | &#10004;                |
+| `jdbc-starrocks`    | &#10004;                |
 
 #### Table column auto-increment
 
@@ -1000,6 +1004,7 @@ The following table shows the column auto-increment that 
Gravitino supports for
 | `jdbc-postgresql`   | &#10004;                                               
                          |
 | `jdbc-doris`        | &#10008;                                               
                          |
 | `jdbc-oceanbase`    | 
&#10004;([limitations](./jdbc-oceanbase-catalog.md#table-column-auto-increment))
 |
+| `jdbc-starrocks`    | &#10004;                                               
                          |
 
 #### Table property and type mapping
 
@@ -1015,6 +1020,7 @@ The following is the table property that Gravitino 
supports:
 | `jdbc-postgresql`   | [PostgreSQL table 
property](./jdbc-postgresql-catalog.md#table-properties)  | [PostgreSQL type 
mapping](./jdbc-postgresql-catalog.md#table-column-types) |
 | `jdbc-doris`        | [Doris table 
property](./jdbc-doris-catalog.md#table-properties)            | [Doris type 
mapping](./jdbc-doris-catalog.md#table-column-types)           |
 | `jdbc-oceanbase`    | [OceanBase table 
property](./jdbc-oceanbase-catalog.md#table-properties)    | [OceanBase type 
mapping](./jdbc-oceanbase-catalog.md#table-column-types)   |
+| `jdbc-starrocks`    | [StarRocks table 
property](./jdbc-starrocks-catalog.md#table-properties)    | [StarRocks type 
mapping](./jdbc-starrocks-catalog.md#table-column-types)   |
 
 #### Table partitioning, distribution, sort ordering and indexes
 

Reply via email to