Skip to content

Commit e297c80

Browse files
committed
Remove Vertica connector
1 parent bc8a22a commit e297c80

File tree

31 files changed

+5
-3421
lines changed

31 files changed

+5
-3421
lines changed

.github/config/labeler-config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ sqlserver:
131131
- changed-files:
132132
- any-glob-to-any-file: 'plugin/trino-sqlserver/**'
133133

134-
vertica:
135-
- changed-files:
136-
- any-glob-to-any-file: 'plugin/trino-vertica/**'
137-
138134
docs:
139135
- changed-files:
140136
- any-glob-to-any-file: 'docs/**'

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ jobs:
375375
!:trino-test-jdbc-compatibility-old-server,
376376
!:trino-tests,
377377
!:trino-thrift,
378-
!:trino-vertica,
379378
!:trino-web-ui'
380379
- name: Upload test results
381380
uses: ./.github/actions/process-test-results
@@ -489,7 +488,6 @@ jobs:
489488
- { modules: plugin/trino-snowflake }
490489
- { modules: plugin/trino-snowflake, profile: cloud-tests }
491490
- { modules: plugin/trino-sqlserver }
492-
- { modules: plugin/trino-vertica }
493491
- { modules: testing/trino-faulttolerant-tests, profile: default }
494492
- { modules: testing/trino-faulttolerant-tests, profile: test-fault-tolerant-delta }
495493
- { modules: testing/trino-faulttolerant-tests, profile: test-fault-tolerant-hive }

core/trino-server/src/main/provisio/trino.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,4 @@
307307
<unpack />
308308
</artifact>
309309
</artifactSet>
310-
311-
<artifactSet to="plugin/vertica">
312-
<artifact id="${project.groupId}:trino-vertica:zip:${project.version}">
313-
<unpack />
314-
</artifact>
315-
</artifactSet>
316310
</runtime>

docs/release-template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,4 @@
8080

8181
## TPC-DS connector
8282

83-
## Vertica connector
84-
8583
## SPI

docs/src/main/sphinx/connector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ System <connector/system>
4545
Thrift <connector/thrift>
4646
TPC-DS <connector/tpcds>
4747
TPC-H <connector/tpch>
48-
Vertica <connector/vertica>
4948
```
5049

5150
```{toctree}

docs/src/main/sphinx/connector/vertica.md

Lines changed: 0 additions & 236 deletions
This file was deleted.

docs/src/main/sphinx/ext/download.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
'thrift': ('trino-thrift', 'zip'),
7878
'tpcds': ('trino-tpcds', 'zip'),
7979
'tpch': ('trino-tpch', 'zip'),
80-
'vertica': ('trino-vertica', 'zip'),
8180
}
8281

8382
def filename(artifact, version, extension):

docs/src/main/sphinx/installation/plugins.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,4 @@ with the listed coordinates.
360360
- [](/connector/tpch)
361361
- [io.trino:trino-tpch](https://central.sonatype.com/search?q=io.trino%3Atrino-tpch)
362362
- {download_gh}`tpch`
363-
* - vertica
364-
- [](/connector/vertica)
365-
- [io.trino:trino-vertica](https://central.sonatype.com/search?q=io.trino%3Atrino-vertica)
366-
- {download_gh}`vertica`
367-
:::
363+
:::

docs/src/main/sphinx/redirects.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ connector/accumulo.md connector/removed.md
1212
connector/kinesis.md connector/removed.md
1313
connector/kudu.md connector/removed.md
1414
connector/phoenix.md connector/removed.md
15+
connector/vertica.md connector/removed.md
1516
object-storage/legacy-azure.md object-storage/file-system-azure.md
1617
object-storage/legacy-cos.md object-storage/file-system-s3.md
1718
object-storage/legacy-gcs.md object-storage/file-system-gcs.md

docs/src/main/sphinx/release/release-464.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

5757
## Phoenix connector
5858

59-
* {{breaking}} Require JVM configuration to allow the Java security manager. ({issue}`24207`)
59+
* {{breaking}} Require JVM configuration to allow the Java security manager. ({issue}`24207`)

0 commit comments

Comments
 (0)