You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First commit. Fixing bug that would only allow String properties. This commit allows any type of object to be passed.
* Addressing CheckStyle issues.
* Correcting copyright in ElementVisibiliy.
---------
Co-authored-by: wb36499 <[email protected]>
Describe the bug
The MapStore only supports visibility properties of type string. This is because of an incorrect assumption, from this cast:
Gaffer/store-implementation/map-store/src/main/java/uk/gov/gchq/gaffer/mapstore/impl/GetElementsUtil.java
Line 145 in 9d3f452
Expected behaviour
Custom objects should be allowed as well as basic string visibilities.
Additional context
Right now the ApplyViewToElementsFunction uses the MapStore, so this is affecting federation.
The text was updated successfully, but these errors were encountered: