Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move object storage docs out of Hive connector #20896

Merged
merged 2 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/src/main/sphinx/connector/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
:hidden: true
:maxdepth: 1

Metastores <metastores>
Security <hive-security>
Amazon S3 <hive-s3>
Azure Storage <hive-azure>
Google Cloud Storage <hive-gcs-tutorial>
IBM Cloud Object Storage <hive-cos>
Object storage file formats <object-storage-file-formats>
```

The Hive connector allows querying data stored in an
Expand Down
8 changes: 6 additions & 2 deletions docs/src/main/sphinx/object-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ the Hive connector and relevant dedicated pages:
(object-storage-other)=
## Other object storage support

Trino also provides the following additional support for object storage:
Trino also provides the following additional support and features for object
storage:

* [](/object-storage/file-system-cache)

* [](/object-storage/metastores)
* [](/object-storage/file-formats)

```{toctree}
:maxdepth: 1
Expand All @@ -94,4 +96,6 @@ Trino also provides the following additional support for object storage:
/object-storage/file-system-gcs
/object-storage/file-system-s3
/object-storage/file-system-cache
/object-storage/metastores
/object-storage/file-formats
```
mosabua marked this conversation as resolved.
Show resolved Hide resolved
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/src/main/sphinx/redirects.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
connector/memsql.rst connector/singlestore.rst
connector/metastores.md object-storage/metastores.md
connector/object-storage-file-formats.md object-storage/file-formats.md
Loading