[
https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355783#comment-16355783
]
stephen mallette commented on TINKERPOP-1857:
-
I fixed the {{g_VXv2X_hasXa
No worries, I am on it :)
On 2018/02/07 15:04:34, Stephen Mallette wrote:
> Ok - sounds like we are basically on the same page then. I hate to
> volunteer you for work :) but I think you are the best person to write up
> the capabilities and limitations of sparql-gremlin. I think that if we hav
Ok - sounds like we are basically on the same page then. I hate to
volunteer you for work :) but I think you are the best person to write up
the capabilities and limitations of sparql-gremlin. I think that if we have
those documented we can more easily decide the appropriate level of
testing, so im
Hi Stephen,
Having more than one variables inside a GROUP BY or an ORDER BY clause is a
problem on its own to be honest. Responding to your question about the query.
```
SELECT ?age ?name (COUNT(?name) AS ?name_count)
WHERE {
?a e:created ?b .
?a v:name ?name .
?a v:age ?age .
}
GROUP BY ?age
[
https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355258#comment-16355258
]
Jorge Bay commented on TINKERPOP-1857:
--
I've been looking at the failures and its