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 dfef7c694 [#5401] fix (docs): Fix the unsupported format types in the
documentation for the Gravitino Trino connector (#5415)
dfef7c694 is described below
commit dfef7c6945f016ad7ff64f1c34e857dc265fab91
Author: Yuhui <[email protected]>
AuthorDate: Fri Nov 1 12:18:19 2024 +0800
[#5401] fix (docs): Fix the unsupported format types in the documentation
for the Gravitino Trino connector (#5415)
### 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
---
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 21fd03c3d..77a738f3d 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