Github user jorgebay commented on the pull request: https://github.com/apache/tinkerpop/commit/2bf649c22a86f6051dc932d016a4a0bee4756ad0#commitcomment-24544868 In gremlin-test/features/map/Select.feature: In gremlin-test/features/map/Select.feature on line 25: Shouldn't this be lang agnostic gremlin (not Python): `g.V(v1).as("a").out("knows").as("b").select("a", "b")`
---