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.63k stars 517 forks source link

Error encountered evaluating script: local + order #432

Open javeme opened 5 years ago

javeme commented 5 years ago

Error encountered evaluating script: g.V().both().limit(100).barrier().local(groupCount().by(id)).order().by(values, decr)

g.V().both().limit(100).barrier().groupCount().by(id).unfold() // 1 ok
g.V().both().limit(100).barrier().groupCount().by(id).unfold().order().by(values, decr) // 2 ok

g.V().both().limit(100).barrier().local(groupCount().by(id)) // 3 ok, same as the 1st
g.V().both().limit(100).barrier().local(groupCount().by(id)).order().by(values, decr) // 4 error
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