-
Notifications
You must be signed in to change notification settings - Fork 358
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
Gh-3270: Make DeleteAllData a core operation #3271
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3271 +/- ##
=============================================
+ Coverage 67.53% 67.55% +0.02%
- Complexity 2591 2592 +1
=============================================
Files 926 927 +1
Lines 29776 29791 +15
Branches 3289 3289
=============================================
+ Hits 20108 20125 +17
+ Misses 8220 8219 -1
+ Partials 1448 1447 -1 ☔ View full report in Codecov by Sentry. |
|
The operation DeleteAllData previously had to be added to the operationsdeclarations.json to be available, and this was only in Accumulo Stores. This work adds the operation to all stores and enables it for any graph as otherwise you must restart the graph to add this to the operationdeclarations file for it to be available.
Also addresses some technical debt in the MapStore.
Related issue