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

Tests updated to include Vertica 12.0.2 #526

Closed ai-bq closed 1 year ago

ai-bq commented 1 year ago

Summary

Updating the tests to run on the latest version of Vertica. Nightly also has the previous version to test complex type parquet export before and after.

Description

Version number 12.0.0 -> 12.0.2.

Related Issue

Closes #513 and #514.

Additional Reviewers

@alexey-temnikov @alexr-bq @jonathanl-bq @jeremyp-bq

codecov[bot] commented 1 year ago

Codecov Report

Merging #526 (a19efd9) into main (e03ddbd) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #526   +/-   ##
=======================================
  Coverage   87.58%   87.58%           
=======================================
  Files          44       44           
  Lines        2005     2005           
  Branches      122      122           
=======================================
  Hits         1756     1756           
  Misses        249      249           
Flag Coverage Δ
unittests 87.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jeremyprime commented 1 year ago

Make sure to also update the .github/workflows/README.md to reflect any changes to the workflows and versions tested. The purpose of that README is to have a summary of what we test.