gchq / Gaffer

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

TInkerpop Predicates can't be serialised #3229

Closed tb06904 closed 3 weeks ago

tb06904 commented 1 month ago

Describe the bug We currently use the Tinkerpop P class and extract the predicates to be used from it directly but this class cannot be deserialised so fails if using an accumulo store. We should probably just translate these to Koryphe ones instead.