-
Notifications
You must be signed in to change notification settings - Fork 353
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
TInkerpop Predicates can't be serialised #3229
Milestone
Comments
tb06904
added
bug
Confirmed or suspected bug
tinkerpop
Specific to/touches the tinkerpop module
labels
Jun 5, 2024
p29876
added a commit
that referenced
this issue
Jun 5, 2024
fixes serialisation issues with accumulo change HasStepIT tests to use accumulo to catch errors
tb06904
added a commit
that referenced
this issue
Jun 11, 2024
p29876
added a commit
that referenced
this issue
Jun 12, 2024
p29876
added a commit
that referenced
this issue
Jun 12, 2024
l46978
pushed a commit
that referenced
this issue
Jun 14, 2024
* Gh-3229 Translate Tinkerpop predicates to Koryphe predicates fixes serialisation issues with accumulo change HasStepIT tests to use accumulo to catch errors * Apply additional fixes for cypher and move to utility class for factory * move class * refactor Has filtering to use GlobalViewElementDefinitions delete unused methods in GafferPopGraph update tests * update comment * add tests for coverage * checkstyle * wrong junit import * update errors * sonarcloud * lists are iterable --------- Co-authored-by: tb06904 <141412860+tb06904@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: