-
Notifications
You must be signed in to change notification settings - Fork 149
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
[#1750] feat(remote merge): Support MapReduce. #2109
Conversation
Test Results 2 890 files + 8 2 890 suites +8 5h 55m 42s ⏱️ - 1m 0s Results for commit 0840490. ± Comparison against base commit d170004. This pull request removes 2 and adds 10 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Is this tested in the production enviroment? |
Yes, I have test production job in production cluster. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2109 +/- ##
============================================
+ Coverage 51.72% 52.72% +1.00%
+ Complexity 3275 3115 -160
============================================
Files 524 482 -42
Lines 29833 25589 -4244
Branches 2556 2412 -144
============================================
- Hits 15431 13492 -1939
+ Misses 13400 11207 -2193
+ Partials 1002 890 -112
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
### What changes were proposed in this pull request? MapReduce support remote merge. ### Why are the changes needed? Fix: apache#1750 ### Does this PR introduce _any_ user-facing change? Yes, I will refine documentation in other PR. ### How was this patch tested? unit test, integration test, real job in cluster. (cherry picked from commit 3b981ed)
What changes were proposed in this pull request?
MapReduce support remote merge.
Why are the changes needed?
Fix: #1750
Does this PR introduce any user-facing change?
Yes, I will refine documentation in other PR.
How was this patch tested?
unit test, integration test, real job in cluster.