Merge branch 'tp33'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f3936334 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f3936334 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f3936334 Branch: refs/heads/shortest-path-wip Commit: f39363347ec09d21475757b45b154b43d05a85d8 Parents: 4f46095 d975e19 Author: Daniel Kuppitz <[email protected]> Authored: Tue May 22 08:44:31 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Tue May 22 08:44:31 2018 -0700 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + gremlin-test/features/map/Select.feature | 20 ++++++++++++++++ .../process/traversal/step/map/SelectTest.java | 15 ++++++++++++ .../optimization/TinkerGraphCountStrategy.java | 2 +- .../TinkerGraphCountStrategyTest.java | 25 ++++++++++++-------- 5 files changed, 52 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f3936334/CHANGELOG.asciidoc ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f3936334/gremlin-test/features/map/Select.feature ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f3936334/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/SelectTest.java ----------------------------------------------------------------------
