vertica / spark-connector

This component acts as a bridge between Spark and Vertica, allowing the user to either retrieve data from Vertica for processing in Spark, or store processed data from Spark into Vertica.
Apache License 2.0
20 stars 23 forks source link

Add JDK 8 to Weekly Tests #536

Closed ai-bq closed 1 year ago

ai-bq commented 1 year ago

Recently the compilation of the Connector was discovered to fail when building with Java 8 as per #534.

As long as Java 8 is to be supported by the Connector we should add JDK 8 to the weekly tests to ensure the compilation works on both supported versions.