GitHub user harsh9t opened a pull request:
https://github.com/apache/tinkerpop/pull/900
Update SparqlToGremlinCompiler.java
adding an updated file with SPARQL OPTIONAL clause:
- added support for optional()
- added left-join with optional()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/harsh9t/tinkerpop patch-4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/900.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #900
----
commit 56dce705f0288c20c446b835570615a30a976a81
Author: Harsh Thakkar <harsh9t@...>
Date: 2018-08-01T09:14:54Z
Update SparqlToGremlinCompiler.java
adding an updated file with SPARQL OPTIONAL clause:
- added optional
- added left-join with optional
----
---