Skip to content

Commit

Permalink
bump to 423
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanherger committed Aug 16, 2023
1 parent b7ce8c9 commit 4bc5efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ I've added some aggregate and expression support copied from the Postgres connec

### How to install

The master branch of this connector works with Trino release version 422. Tags and binary releases exist for v405 and v419.
The master branch of this connector works with Trino release version 423. Tags and binary releases exist for several older branches.

INSTALL FROM BINARY RELEASE: Download the ZIP and unzip in your Trino plugins directory. Rename the directory to "vertica". Create a catalog file as shown below. Restart Trino.

INSTALL FROM GITHUB SOURCE:

Download and unpack the Trino 422 tag from the official GitHub.
Download and unpack the Trino 423 tag from the official GitHub.

Clone or download this repo and copy trino-vertica into the plugins directory

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.trino</groupId>
<artifactId>trino-root</artifactId>
<version>422</version>
<version>423</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4bc5efe

Please sign in to comment.