Skip to content
Draft
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
4 changes: 0 additions & 4 deletions .github/config/labeler-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ sqlserver:
- changed-files:
- any-glob-to-any-file: 'plugin/trino-sqlserver/**'

vertica:
- changed-files:
- any-glob-to-any-file: 'plugin/trino-vertica/**'

docs:
- changed-files:
- any-glob-to-any-file: 'docs/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ jobs:
!:trino-test-jdbc-compatibility-old-server,
!:trino-tests,
!:trino-thrift,
!:trino-vertica,
!:trino-web-ui'
- name: Upload test results
uses: ./.github/actions/process-test-results
Expand Down Expand Up @@ -489,7 +488,6 @@ jobs:
- { modules: plugin/trino-snowflake }
- { modules: plugin/trino-snowflake, profile: cloud-tests }
- { modules: plugin/trino-sqlserver }
- { modules: plugin/trino-vertica }
- { modules: testing/trino-faulttolerant-tests, profile: default }
- { modules: testing/trino-faulttolerant-tests, profile: test-fault-tolerant-delta }
- { modules: testing/trino-faulttolerant-tests, profile: test-fault-tolerant-hive }
Expand Down
6 changes: 0 additions & 6 deletions core/trino-server/src/main/provisio/trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,4 @@
<unpack />
</artifact>
</artifactSet>

<artifactSet to="plugin/vertica">
<artifact id="${project.groupId}:trino-vertica:zip:${project.version}">
<unpack />
</artifact>
</artifactSet>
</runtime>
2 changes: 0 additions & 2 deletions docs/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,4 @@

## TPC-DS connector

## Vertica connector

## SPI
1 change: 0 additions & 1 deletion docs/src/main/sphinx/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ System <connector/system>
Thrift <connector/thrift>
TPC-DS <connector/tpcds>
TPC-H <connector/tpch>
Vertica <connector/vertica>
```

```{toctree}
Expand Down
236 changes: 0 additions & 236 deletions docs/src/main/sphinx/connector/vertica.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/main/sphinx/ext/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
'thrift': ('trino-thrift', 'zip'),
'tpcds': ('trino-tpcds', 'zip'),
'tpch': ('trino-tpch', 'zip'),
'vertica': ('trino-vertica', 'zip'),
}

def filename(artifact, version, extension):
Expand Down
6 changes: 1 addition & 5 deletions docs/src/main/sphinx/installation/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,4 @@ with the listed coordinates.
- [](/connector/tpch)
- [io.trino:trino-tpch](https://central.sonatype.com/search?q=io.trino%3Atrino-tpch)
- {download_gh}`tpch`
* - vertica
- [](/connector/vertica)
- [io.trino:trino-vertica](https://central.sonatype.com/search?q=io.trino%3Atrino-vertica)
- {download_gh}`vertica`
:::
:::
1 change: 1 addition & 0 deletions docs/src/main/sphinx/redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ connector/accumulo.md connector/removed.md
connector/kinesis.md connector/removed.md
connector/kudu.md connector/removed.md
connector/phoenix.md connector/removed.md
connector/vertica.md connector/removed.md
object-storage/legacy-azure.md object-storage/file-system-azure.md
object-storage/legacy-cos.md object-storage/file-system-s3.md
object-storage/legacy-gcs.md object-storage/file-system-gcs.md
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/release/release-464.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* {{breaking}} Require JDK 23 to run Trino, including updated [](jvm-config). ({issue}`21316`)
* Add the [](/connector/faker) for easy generation of data. ({issue}`23691`)
* Add the [](/connector/vertica). ({issue}`23948`)
* Add the Vertica connector. ({issue}`23948`)
* Rename the
`fault-tolerant-execution-eager-speculative-tasks-node_memory-overcommit`
configuration property to
Expand Down Expand Up @@ -56,4 +56,4 @@

## Phoenix connector

* {{breaking}} Require JVM configuration to allow the Java security manager. ({issue}`24207`)
* {{breaking}} Require JVM configuration to allow the Java security manager. ({issue}`24207`)
Binary file removed docs/src/main/sphinx/static/img/vertica.png
Binary file not shown.
Loading