-
Notifications
You must be signed in to change notification settings - Fork 357
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
DeleteElements to return count #3356
Conversation
.../src/main/java/uk/gov/gchq/gaffer/accumulostore/operation/handler/DeleteElementsHandler.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3356 +/- ##
=============================================
+ Coverage 68.06% 68.08% +0.02%
Complexity 2596 2596
=============================================
Files 957 957
Lines 30674 30684 +10
Branches 3402 3405 +3
=============================================
+ Hits 20877 20892 +15
+ Misses 8313 8310 -3
+ Partials 1484 1482 -2 ☔ View full report in Codecov by Sentry. |
|
DeleteElements will now return a count to reflect the number of elements deleted. Additional debug logging added as well to allow users to check what is deleted.
Related issue