Skip to content
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

Issue with HasStep filtering #3215

Closed
p29876 opened this issue May 16, 2024 · 0 comments · Fixed by #3216
Closed

Issue with HasStep filtering #3215

p29876 opened this issue May 16, 2024 · 0 comments · Fixed by #3216
Assignees
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Milestone

Comments

@p29876
Copy link
Member

p29876 commented May 16, 2024

g.V().has("person", "name", "marko").values("age")

should return
[29]

returns
[29, 27, 32, 35]

@p29876 p29876 added bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module labels May 16, 2024
@p29876 p29876 self-assigned this May 16, 2024
GCHQDeveloper314 pushed a commit that referenced this issue May 30, 2024
* Start vertices HasStep predicate filtering

create modern dataset test utils

* Finish vertex predicate filtering

simplify + tidy

* apply filtering to edges

* use Gremlin predicates instead of Koryphe

* add test for coverage

* updated Javadoc

* make HasStep filter stage configurable

* tests, checkstyle, rename package

* Add fix for failing cucumber edge case

actually fixes the GremlinTypeError issues as well
@GCHQDeveloper314 GCHQDeveloper314 added this to the v2.3.0 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants