Sqoop task optimization#2943
Sqoop task optimization#2943wen-hemin merged 6 commits intoapache:devfrom Eights-Li:dev-sqoop-optimization
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2943 +/- ##
============================================
+ Coverage 37.20% 38.14% +0.94%
- Complexity 2559 2621 +62
============================================
Files 435 436 +1
Lines 20020 20079 +59
Branches 2426 2443 +17
============================================
+ Hits 7449 7660 +211
+ Misses 11904 11711 -193
- Partials 667 708 +41
Continue to review full report at Codecov.
|
|
@break60 please front-end. thx |
|
front-end +1 |
| if(sourceGenerator == null || targetGenerator == null){ | ||
| return null; | ||
| } |
There was a problem hiding this comment.
If return null, I see the follow-up code, the task will eventually be judged as successful.
There was a problem hiding this comment.
yes, if null should throw a runtimeException
|
Kudos, SonarCloud Quality Gate passed!
|
What is the purpose of the pull request
#2917 #2763
sqoop task optimization
Brief change log
Verify this pull request