apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.59k stars 515 forks source link

g.V().has('name',not(within('josh','marko'))).elementMap() 执行错误 #993

Closed iconlee closed 2 years ago

iconlee commented 4 years ago

g.V().has('name',not(within('josh','marko'))).elementMap() 在thinktop3 console执行正常,但是在hugegraph平台执行错误,提示No signature of method: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal.elementMap() is applicable for argument types: () values: []

javeme commented 4 years ago

@iconlee elementMap这个是新加入的特性,可能是你使用的是最新的版本3.4.5+?hugegraph目前支持的版本是thinktop 3.4.3。暂时可使用其它step替代elementMap,比如使用properties 、values等

github-actions[bot] commented 2 years ago

Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label