spark-redshift-community / spark-redshift

Performant Redshift data source for Apache Spark
Apache License 2.0
135 stars 62 forks source link

Remove reliance on sbt-spark-package #90

Closed jsleight closed 3 years ago

jsleight commented 3 years ago

The sbt-spark-package plugin was hosted on bintray, which no longer hosts libraries. Databricks seems to have abandoned sbt-spark-package, so the jar isn't hosted anywhere and our builds crash.

This PR removes the plugin dependency, which required changing some of the build process.

I had a compile error on the two test files, not sure why that didn't show anytime before.

codecov-commenter commented 3 years ago

Codecov Report

Merging #90 (59234aa) into master (c9999a9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #90   +/-   ##
=======================================
  Coverage   60.38%   60.38%           
=======================================
  Files          16       16           
  Lines         775      775           
  Branches      104      104           
=======================================
  Hits          468      468           
  Misses        307      307