Skip to content
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/object-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ with the Hive connector and relevant dedicated pages:
- [](/connector/hive)
- [](/object-storage/legacy-azure)
- [](/object-storage/legacy-gcs)
- [](/object-storage/legacy-cos)
- [](/object-storage/legacy-s3)

(object-storage-other)=
Expand All @@ -103,7 +102,6 @@ storage:
/object-storage/file-system-s3
/object-storage/file-system-hdfs
/object-storage/legacy-azure
/object-storage/legacy-cos
/object-storage/legacy-gcs
/object-storage/legacy-s3
/object-storage/file-system-cache
Expand Down
105 changes: 0 additions & 105 deletions docs/src/main/sphinx/object-storage/legacy-cos.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/src/main/sphinx/redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ connector/atop.md connector/removed.md
connector/localfile.md connector/removed.md
connector/accumulo.md connector/removed.md
connector/kinesis.md connector/removed.md
object-storage/legacy-cos.md object-storage/file-system-s3.md
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we only have that support via the S3 support now .. and thats better anyway. If we add tests we could add something to the S3 page .. but not without it.

security/apache-ranger-access-control.md security/ranger-access-control.md
routines.md udf.md
routines/function.md udf/function.md
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/release/release-401.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## Hive connector

* Add support for [IBM Cloud Object Storage](/object-storage/legacy-cos). ({issue}`14625`)
* Add support for IBM Cloud Object Storage. ({issue}`14625`)
* Allow creating tables with an Avro schema literal using the new table property
`avro_schema_literal`. ({issue}`14426`)
* Fix potential query failure or incorrect results when reading from a table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ public class HiveCosServiceConfig
{
private File serviceConfig;

@Deprecated
@FileExists
public File getServiceConfig()
{
return serviceConfig;
}

@Deprecated
@Config("hive.cos.service-config")
public HiveCosServiceConfig setServiceConfig(File serviceConfig)
{
Expand Down