Merged
Conversation
…la 2.12/spark3 support
2abd5f3 to
72ef1c3
Compare
4e1f7f2 to
a5ad850
Compare
…) called at the end instead.
Zejnilovic
reviewed
Aug 9, 2021
Collaborator
Zejnilovic
left a comment
There was a problem hiding this comment.
I like it. i found only small things, more questions
examples/atum-examples/pom.xml
Outdated
| <plugin> | ||
| <groupId>com.github.wajda</groupId> | ||
| <artifactId>scala-cross-build-maven-plugin</artifactId> | ||
| <version>0.2.1</version> |
Collaborator
There was a problem hiding this comment.
I know this is in another pom as well. But could this be moved up to properties (even in the other one)
Collaborator
Author
There was a problem hiding this comment.
Thanks for noticing, fixed. While doing this, I have also moved the version of maven-release-plugin to properties.
examples/atum-examples/src/test/scala/za/co/absa/atum/utils/SparkJobRunnerMethods.scala
Outdated
Show resolved
Hide resolved
| import scala.reflect.ClassTag | ||
| import scala.reflect.runtime.universe | ||
|
|
||
| trait SparkJobRunnerMethods { |
Collaborator
There was a problem hiding this comment.
I see this is in both examples and s3-examples. 1to1 copy. Is that needed?
Collaborator
Author
There was a problem hiding this comment.
Yes, it is 1:1 copy. Well, both projects need it to run tests and they are not depending on each other. What alternative do you have in mind?
README.md suggested change taken Co-authored-by: Saša Zejnilović <zejnils@gmail.com>
…release.plugin.version, scala.cross.build.maven.plugin.version) - licence check update (exclusions), workflow
Zejnilovic
previously approved these changes
Aug 12, 2021
AB006J9
previously approved these changes
Aug 13, 2021
Zejnilovic
approved these changes
Aug 16, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The examples have been moved to
examples/subfolder (core examples & s3 sdk extension examples). Each has their own maven pom definition and a readme.