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

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


The following commit(s) were added to refs/heads/branch-0.7 by this push:
     new 1aa8f6817 [#5401] fix (docs): Fix the unsupported format types in the 
documentation for the Gravitino Trino connector (#5418)
1aa8f6817 is described below

commit 1aa8f68176fc9cc764e3a0ac6556f8a4102b8b93
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 13:32:18 2024 +0800

    [#5401] fix (docs): Fix the unsupported format types in the documentation 
for the Gravitino Trino connector (#5418)
    
    ### What changes were proposed in this pull request?
    
    ix the unsupported format types in the documentation for the Gravitino
    Trino connector
    
    ### Why are the changes needed?
    
    Fix: #5401
    
    ### Does this PR introduce _any_ user-facing change?
    
    Update docs
    
    ### How was this patch tested?
    
    No
    
    Co-authored-by: Yuhui <[email protected]>
---
 docs/trino-connector/catalog-hive.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/docs/trino-connector/catalog-hive.md 
b/docs/trino-connector/catalog-hive.md
index d6e36ecba..106575406 100644
--- a/docs/trino-connector/catalog-hive.md
+++ b/docs/trino-connector/catalog-hive.md
@@ -26,14 +26,13 @@ properties
 per catalog:
 
 - ORC
-- Parquet
-- Avro
-- RCText (RCFile using ColumnarSerDe)
-- RCBinary (RCFile using LazyBinaryColumnarSerDe)
-- SequenceFile
-- JSON (using org.apache.hive.hcatalog.data.JsonSerDe)
-- CSV (using org.apache.hadoop.hive.serde2.OpenCSVSerde)
-- TextFile
+- PARQUET
+- AVRO
+- RCFILE
+- SEQUENCEFILE
+- JSON
+- CSV
+- TEXTFILE
 
 
 ## Schema operations

Reply via email to