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

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


The following commit(s) were added to refs/heads/main by this push:
     new e06eb7fd9 [#4503] fix(doc): Revise the compatibility description of 
the Hive catalog (#4504)
e06eb7fd9 is described below

commit e06eb7fd97b217b3e0544a9b15008e2b4da63137
Author: mchades <[email protected]>
AuthorDate: Tue Aug 13 20:05:22 2024 +0800

    [#4503] fix(doc): Revise the compatibility description of the Hive catalog 
(#4504)
    
    ### What changes were proposed in this pull request?
    
    Revise the compatibility description of the Hive catalog
    
    ### Why are the changes needed?
    
    Fix: #4503
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    no need
---
 docs/apache-hive-catalog.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/apache-hive-catalog.md b/docs/apache-hive-catalog.md
index d0287a26f..063108d9d 100644
--- a/docs/apache-hive-catalog.md
+++ b/docs/apache-hive-catalog.md
@@ -16,7 +16,8 @@ Apache Gravitino offers the capability to utilize [Apache 
Hive](https://hive.apa
 * Gravitino must have network access to the Hive metastore service using the 
Thrift protocol.
 
 :::note
-The Hive catalog is available for Apache Hive **2.x** only. Support for Apache 
Hive 3.x is under development.
+Although the Hive catalog uses the Hive2 metastore client, it can be 
compatible with the Hive3 metastore service because the called HMS APIs are 
still available in Hive3.
+If there is any compatibility issue, please create an 
[issue](https://github.com/apache/gravitino/issues).
 :::
 
 ## Catalog

Reply via email to