Skip to content

Commit

Permalink
[#5401] fix (docs): Fix the unsupported format types in the documenta…
Browse files Browse the repository at this point in the history
…tion 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
  • Loading branch information
diqiu50 authored Nov 1, 2024
1 parent effd9bc commit dfef7c6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/trino-connector/catalog-hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfef7c6

Please sign in to comment.