Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/267#issuecomment-197886964 > so - with that, i still don't fully understand where the break is. My sample queries now look like this: ``` gremlin> g.V(1).values("name") ==>marko gremlin> g.V().hasId(1).values("name") ==>marko gremlin> g.V("1").values("name") gremlin> g.V().hasId("1").values("name") gremlin> ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---