Github user okram commented on the issue:
https://github.com/apache/tinkerpop/pull/499
This ticket doesn't address a "bug" as much as a consistency issue. The
primary issue is that Bytecode and GraphTraversal are not in one-to-one
correspondence. You get the same "answer," but for example: `hasId(1)` is
represented in bytecode as `has(T.id,1)`. We can just kick this consistency
verification to 3.3.0.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---