[
https://issues.apache.org/jira/browse/TINKERPOP-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144538#comment-16144538
]
ASF GitHub Bot commented on TINKERPOP-1760:
-------------------------------------------
Github user okram commented on the issue:
https://github.com/apache/tinkerpop/pull/700
```
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 03:21 h
[INFO] Finished at: 2017-08-28T16:04:55-06:00
[INFO] Final Memory: 162M/1646M
[INFO]
------------------------------------------------------------------------
```
> OLAP compilation failing around ConnectiveStrategy
> --------------------------------------------------
>
> Key: TINKERPOP-1760
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1760
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.2.6
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
>
> {code}
> gremlin> g.V().where(out("created").and().out("knows")).values("name")
> Local traversals may not traverse past the local star-graph on GraphComputer:
> [VertexStep(OUT,[created],vertex), AndStep, VertexStep(OUT,[knows],vertex)]
> {code}
> This should compile to:
> {code}
> g.V().where(and(outE('created'),outE('knows'))).values('name')
> {code}
> BUG.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)