-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
#839 enhancement : add Spark Task Component can switch Spark Version #1494
Conversation
add Spark Version in Spark Component
add license
2 add spark version param check
Codecov Report
@@ Coverage Diff @@
## dev #1494 +/- ##
========================================
+ Coverage 2.69% 2.77% +0.07%
========================================
Files 271 272 +1
Lines 13593 13602 +9
Branches 2159 2160 +1
========================================
+ Hits 367 378 +11
+ Misses 13209 13205 -4
- Partials 17 19 +2
Continue to review full report at Codecov.
|
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.
+1
@Test | ||
public void testSparkTaskInit() { | ||
|
||
TaskProps taskProps = new TaskProps(); |
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.
ut has no assert check?
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 will add assert check for this
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.
+1
What is the purpose of the pull request
This pull request adds spark task component can swithch spark version
Brief change log
Verify this pull request
This change added tests and can be verified as follows: