Rob Keevil

Results 8 issues of Rob Keevil

Hi, When I run the following code: ``` ./spark-shell --packages graphframes:graphframes:0.8.1-spark3.0-s_2.12,uk.co.gresearch.spark:spark-dgraph-connector_2.12:0.7.0-3.1 import uk.co.gresearch.spark.dgraph.graphframes._ import org.graphframes._ val graph: GraphFrame = spark.read.dgraph.graphframes("localhost:9080") graph.vertices.show() ``` I get the following error: ``` 21/10/18 12:12:18...

enhancement

Hi, Im trying to achieve a Go equivalent of the python API recover snapshot command shown [here](https://qdrant.tech/documentation/concepts/snapshots/#recover-via-api) . I dont seem to find any equivalent of it in the snapshots,...

### Use case We have a number of use cases where having a map type predicate would simplify our usage of dgraph. A good example is real-world address node, which...

kind/feature

as per https://en.wikipedia.org/wiki/ISO_3166-2:PL

as per https://en.wikipedia.org/wiki/ISO_3166-2:LU

Perhaps my misunderstanding, but running "make install_oss" fails on the main repo, as e.g. on line 665 of dgraph/cmd/alpha/run.go calls ee.GetKeys, which will always return an error in OSS mode....

**Description** Demonstrates the issue raised in https://github.com/hypermodeinc/dgo/issues/265

## Describe the bug Hello, i'm in the process of moving to the v2 apis to make use of namespaces. In doing so I am getting lexing errors in queries...