-
Notifications
You must be signed in to change notification settings - Fork 141
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
Move classes from spark to async-query-core and async-query #2737
Move classes from spark to async-query-core and async-query #2737
Conversation
3d2ef3b
to
fe1a876
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2737 +/- ##
============================================
+ Coverage 95.57% 97.05% +1.48%
+ Complexity 5203 4578 -625
============================================
Files 512 405 -107
Lines 14652 11962 -2690
Branches 983 802 -181
============================================
- Hits 14003 11610 -2393
+ Misses 628 344 -284
+ Partials 21 8 -13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
8035168
to
d2eef23
Compare
320ef34
to
f034b0d
Compare
async-query-core/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
Show resolved
Hide resolved
async-query/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
Show resolved
Hide resolved
Signed-off-by: Tomoyuki Morita <[email protected]>
Signed-off-by: Tomoyuki Morita <[email protected]>
Signed-off-by: Tomoyuki Morita <[email protected]>
Signed-off-by: Tomoyuki Morita <[email protected]>
f034b0d
to
fe5aedd
Compare
…query (#2737) (#2750) * Move classes from spark to async-query-core and async-query Signed-off-by: Tomoyuki Morita <[email protected]> (cherry picked from commit d5c2fed) * Fix build.gradle Signed-off-by: Tomoyuki Morita <[email protected]> (cherry picked from commit 61091c1) * Adjust build.gradle Signed-off-by: Tomoyuki Morita <[email protected]> (cherry picked from commit ebb07ef) * Fix copyrights Signed-off-by: Tomoyuki Morita <[email protected]> (cherry picked from commit 084a3c8)
Description
Issues Resolved
n/a
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.