Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSpark 3.0.0 + Java 11 support. #375
Conversation
…talled🤦 , and a bunch more pom cleanup.
codecov
bot
commented
Nov 10, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #375 +/- ##
============================================
+ Coverage 83.69% 88.20% +4.50%
- Complexity 0 57 +57
============================================
Files 43 43
Lines 1245 958 -287
Branches 239 86 -153
============================================
- Hits 1042 845 -197
+ Misses 80 74 -6
+ Partials 123 39 -84 |
This is awesome! Did a quick check, everything looks sane to me. |
src/test/scala/io/archivesunleashed/matchbox/TupleFormatterTest.scala
Outdated
Show resolved
Hide resolved
Thanks for this @ruebot! Have built it locally, but will take my time to exhaustively run through the docs before giving it the thumbs up. |
These all work with this branch, and Spark 3.0.0 (Hadoop 2.7). |
I didn't test this one, but it is covered in all the others for the most part. |
I'll try and get some s3 smoke testing done later today or tomorrow. |
Looks great! Tested in Spark shell and Python 3 notebook: I didn't test every single thing in the documentation, but did get broad representation across all the main commands and the most important functions that we run. |
Congratulations @ruebot |
ruebot commentedNov 10, 2019
•
edited
GitHub issue(s): #356
What does this Pull Request do?
Mostly
pom.xml
updates. Lots of cleanup, and updates. Big stuff, update to Apache Spark 3.0.0, and Java 11.How should this be tested?
Additional Notes:
--packages
. We hit an ugly dependency wall really quick. If we exclude, all the tests fail really bad. If I explicitly include it as a dependency, same thing. Tests fail really bad.--packages
.