-
Notifications
You must be signed in to change notification settings - Fork 0
Bugfix/missing sources #123
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
JaCoCo code coverage report - scala:2.11 - spark:2.4
|
JaCoCo code coverage report - scala:2.12 - spark:3.3
|
project/SparkVersionAxis.scala
Outdated
|
|
||
| override val directorySuffix = if (sparkVersion.startsWith("2")) s"-spark${sparkVersionMinor}" else "-spark3" | ||
|
|
||
| override val idSuffix: String = |
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.
please let's try to document these decisions - why it's needed. It's impossible to know from the code itself and these are bigger changes to the build
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.
yup, added some comments
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.
I would just return to the previous version, only extend the version list and have one common dir for SPark 3.x
|
Also no connected issue again. 😔 |
I don't understand. Please explain in more detail because I cannot simply use the previous version, it wouldn't work. The changes I introduced were necessary, I wouldn't have introduced them otherwise. |
Added the related bug ticket reference. |
What I would rather suggest is to have also only one folder for Spark2 versions, that would simplify the build definition. |
|
Discussions above resolved on call. |
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.
Seems to work, that's the goal.
| import sbt.VirtualAxis._ | ||
| import sbt.internal.ProjectMatrix | ||
| import sbtprojectmatrix.ProjectMatrixKeys._ | ||
| import Dependencies._ |
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.
This is duplicity, it's already here above
Fixes issues resulting in producing empty jars.
Closes #124