Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/267#issuecomment-197458472 What about the behavior between different id types? * `g.V(1)` should be the same as `g.V().hasId(1)` * `g.V("1")` should be the same as `g.V().hasId("1")`
--- 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. ---