Skip to content

Commit

Permalink
Merge pull request #512 from vertica/3.3.4
Browse files Browse the repository at this point in the history
Release 3.3.4
  • Loading branch information
ai-bq authored Oct 25, 2022
2 parents 5c31810 + 7cc71c5 commit 8f48c88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cd connector
sbt assembly
```

Running this will run all unit tests and build the jar to target/scala-2.12/spark-vertica-connector-assembly-3.3.3.jar.
Running this will run all unit tests and build the jar to target/scala-2.12/spark-vertica-connector-assembly-3.3.4.jar.

**Note:** Make sure that you are building the jar on your local machine; Building it inside our docker environment
will be extremely slow.
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Configuration is specified with application.conf (HOCON format)
From the functional-tests directory, run the following commands:
```
mkdir lib
cd ../connector && sbt assembly && cp target/scala-2.12/spark-vertica-connector-assembly-3.3.3.jar ../functional-tests/lib && cd ../functional-tests
cd ../connector && sbt assembly && cp target/scala-2.12/spark-vertica-connector-assembly-3.3.4.jar ../functional-tests/lib && cd ../functional-tests
```
This will create a lib folder and then build and copy the connector JAR file to it.

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
connector-version=3.3.3
connector-version=3.3.4

0 comments on commit 8f48c88

Please sign in to comment.