[
https://issues.apache.org/jira/browse/TINKERPOP3-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marko A. Rodriguez updated TINKERPOP3-831:
------------------------------------------
Fix Version/s: 3.2.0-incubating
> How should OLAP treat Collection<Element> objects? No contract is specified.
> ----------------------------------------------------------------------------
>
> Key: TINKERPOP3-831
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-831
> Project: TinkerPop 3
> Issue Type: Bug
> Components: process
> Affects Versions: 3.0.2-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
> Labels: breaking
> Fix For: 3.2.0-incubating
>
>
> Assume the following OLAP query:
> {code}
> g.V.group.by(label).by().by(order(local).by('name'))
> {code}
> The {{Map<String,List<Vertex>>}} that is processed by {{GroupMapReduce}}
> doesn't have "real vertices." For TinkerGraph/Spark/Giraph, we use
> {{DetachedVertices}}. However, we don't have a specification for forcing this
> on vendors. ........ We need a contract so its not "who knows?! -- pura vida
> -- namaste -- comme ci, comme ça"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)