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
Describe the bug
The new FederatedStore StoreConfigured options cannot be set to files outside the resources. These are storeConfiguredMergeFunctions and storeConfiguredGraphIds.
To Reproduce
Steps to reproduce the behavior:
Set gaffer.federatedstore.storeConfiguredMergeFunctions property to a full path
It will not be loaded as it was not part of resources when built
Expected behavior
It should accept full paths like operationDeclarations
Describe the bug
The new FederatedStore StoreConfigured options cannot be set to files outside the resources. These are
storeConfiguredMergeFunctions
andstoreConfiguredGraphIds
.To Reproduce
Steps to reproduce the behavior:
gaffer.federatedstore.storeConfiguredMergeFunctions
property to a full pathExpected behavior
It should accept full paths like
operationDeclarations
Additional context
Gaffer/store-implementation/federated-store/src/main/java/uk/gov/gchq/gaffer/federatedstore/util/FederatedStoreUtil.java
Lines 375 to 389 in a5f3804
The text was updated successfully, but these errors were encountered: