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

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


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

commit d51f84645543171e7ee175e829f363db3e29ca38
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 13 20:29:04 2024 +0800

    [#4503] fix(doc): Revise the compatibility description of the Hive catalog 
(#4505)
    
    ### 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
    
    Co-authored-by: mchades <[email protected]>
---
 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