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

Re-organize examples #474

Closed Aryex closed 2 years ago

Aryex commented 2 years ago

Summary

This PR reorganized our example folder with the goal of making it quicker for integrators to get started on our connector.

Description

Related Issue

Close #446

Additional Reviewers

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #474 (ef1ebd5) into main (02e1e81) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #474   +/-   ##
=======================================
  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