-
Notifications
You must be signed in to change notification settings - Fork 252
Build against Spark 3.2 #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #400 +/- ##
=======================================
Coverage 91.26% 91.26%
=======================================
Files 18 18
Lines 870 870
Branches 53 48 -5
=======================================
Hits 794 794
Misses 76 76 Continue to review full report at Codecov.
|
@@ -6,6 +6,8 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
include: | |||
- spark-version: 3.2.0 | |||
scala-version: 2.12.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.12.15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.12.15 doesn't work with scoverage.
@@ -6,6 +6,8 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
include: | |||
- spark-version: 3.2.0 | |||
scala-version: 2.12.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.12.15
Closes #382