Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.4.3
-
None
-
None
Description
Currently, it's OK to filter vertex properties by key/value, like g.V().properties().hasKey("xx"),
but an exception will be thrown for query with edge properties filtering:
g.E().properties().hasKey("xx") => XxProperty cannot be cast to Element
like:
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty cannot be cast to org.apache.tinkerpop.gremlin.structure.Element
Attachments
Issue Links
- is duplicated by
-
TINKERPOP-1733 hasKey, hasValues should work on Element and Property
- Closed
- links to