-
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
Support types in the bulk loader. #3506
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 11 files reviewed, 1 unresolved discussion (waiting on @manishrjain and @martinmr)
edgraph/server.go, line 410 at r1 (raw file):
} glog.Infof("Got schema: %+v\n", result.Preds)
Log the whole result instead, since it might be useful to see the types as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 11 files reviewed, 1 unresolved discussion (waiting on @gitlw and @manishrjain)
edgraph/server.go, line 410 at r1 (raw file):
Previously, gitlw (Lucas Wang) wrote…
Log the whole result instead, since it might be useful to see the types as well.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 10 of 11 files at r1, 1 of 1 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @gitlw)
This PR also fixes the loader tests in systest/ to query an instance of Dgraph backed by the results of the bulk loader. Currently only the results of the live loader were being verified.
This change is