You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2022/03/01 11:35:00 UTC

[jira] [Created] (TINKERPOP-2714) Ensure that Gremlin translation matches its original form

Stephen Mallette created TINKERPOP-2714:
-------------------------------------------

             Summary: Ensure that Gremlin translation matches its original form
                 Key: TINKERPOP-2714
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2714
             Project: TinkerPop
          Issue Type: Improvement
          Components: process, translator
    Affects Versions: 3.5.2
            Reporter: Stephen Mallette


It's not clear if there are other places where this is an issue but with the introduction of {{property(Map}}) we've made it so that this call unwinds to {{property(k1,v1).property(k2,v2)...}} which isn't exactly what the user typed. So when you hit translation, it might be confusing to see the latter representation. Not sure if this is a major problem at this time and it seems the value of the new overload from {{property()}} outweighs this concern, but in the longer run we should probably look to ensure the two things remain equivalent.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)