-
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
Gh-3342: Handle different groups in View federated poc #3343
Gh-3342: Handle different groups in View federated poc #3343
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3343 +/- ##
=============================================
+ Coverage 68.00% 68.05% +0.05%
Complexity 2596 2596
=============================================
Files 954 955 +1
Lines 30555 30613 +58
Branches 3380 3393 +13
=============================================
+ Hits 20778 20833 +55
+ Misses 8302 8300 -2
- Partials 1475 1480 +5 ☔ View full report in Codecov by Sentry. |
...simple-federated-store/src/main/java/uk/gov/gchq/gaffer/federated/simple/FederatedUtils.java
Outdated
Show resolved
Hide resolved
...simple-federated-store/src/main/java/uk/gov/gchq/gaffer/federated/simple/FederatedUtils.java
Outdated
Show resolved
Hide resolved
|
Adds ability to handle groups in a View that might not be relevant to a selected sub graph.
Related issue