gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.77k stars 350 forks source link

Operation options not applied at chain level via gremlin #3305

Closed cn337131 closed 5 days ago

cn337131 commented 1 week ago

When running a gremlin query on a simple federated store none of the operation options the user passes through a 'with' step are applied. This is because the options are only added to the operations inside the chain not on the chain itself.

This should be changed so that the options are applied at the chain level instead as at the moment the federated store would look at the chain and assume no graph IDs have been specified.