You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Shaunak Das (JIRA)" <ji...@apache.org> on 2017/10/02 19:36:00 UTC

[jira] [Created] (TINKERPOP-1795) Getting Lambda comparator message for .profile() step

Shaunak Das created TINKERPOP-1795:
--------------------------------------

             Summary: Getting Lambda  comparator message for .profile() step
                 Key: TINKERPOP-1795
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1795
             Project: TinkerPop
          Issue Type: Bug
            Reporter: Shaunak Das


Ran into this message, even though Gremlin query does not have any lambda steps:
{code}
gremlin> g.V().has("Question","questionType","yes/no").in("has_question").order().by(inE("reviewed").values("rating").mean()).profile()
The provided step contains a lambda comparator: OrderGlobalStep([[[VertexStep(IN,[reviewed],edge), PropertiesStep([rating],value), MeanGlobalStep@[~gremlin.profile]], incr]])
Type ':help' or ':h' for help.
Display stack trace? [yN]
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)