Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/548
I'm pretty sure @okram was affirming that `VertexStep`, `EdgeVertexStep`
and `PropertiesStep` should implement `AutoCloseable` (I don't think that there
are others) rather than a blanket change of just applying it to `FlatMapStep`.
As the logic is re-used, perhaps you could do an `ElementStep` that extends the
`FlatMapStep` and implements `AutoCloseable`. Then have those three steps
extend `ElementStep` which would contain the close logic that you have.
---
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.
---