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 21 forks source link

Standalone cluster testing process #465

Closed Aryex closed 2 years ago

Aryex commented 2 years ago

Summary

The PR made changes to facilitate testing the connector against a distributed environment.

Changes

Docker environment:

Functional testing

Other

Related Issue

Close #413 Close #466

Additional Reviewers

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #465 (7b16183) into main (ecaba43) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #465   +/-   ##
=======================================
  Coverage   87.27%   87.27%           
=======================================
  Files          43       43           
  Lines        1965     1965           
  Branches      118      118           
=======================================
  Hits         1715     1715           
  Misses        250      250           
Flag Coverage Δ
unittests 87.27% <ø> (ø)

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

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more