-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash - probably a bad query? #1035
Labels
kind/bug
Something is broken.
Comments
The crash was due to a nil list and has been fixed. @clanstyles Regarding the usage of a link as a predicate, it has to be done with
retrurns
|
ashwin95r
added a commit
that referenced
this issue
Jun 12, 2017
ashwin95r
added a commit
that referenced
this issue
Jun 12, 2017
arijitAD
pushed a commit
that referenced
this issue
Oct 15, 2020
* stub dev rpc set authorities * implement set authorities rpc dev call * add test for rpc dev setAuthorities
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the dbpedia dataset and bulk loaded article_categories_en.ttl.bz2
Then I bulk loaded the data into a fresh dgraph db.
I tried to understand how the data was imported. I tried to describe the schema via
which renders
This layout looks quite odd to me. I've been trying to figure out how to do anything with it, even query it. I ran the query:
which causes:
as a side note why should you be allowed to import a quad with a name that is a link, which contains invalid characters you can't even query?
The text was updated successfully, but these errors were encountered: