Skip to content
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

Merged
merged 4 commits into from
Jun 12, 2019
Merged

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Jun 3, 2019

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 Reviewable

@martinmr martinmr requested review from manishrjain and a team as code owners June 3, 2019 22:12
Copy link

@gitlw gitlw left a 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.

Copy link
Contributor Author

@martinmr martinmr left a 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.

Copy link
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 10 of 11 files at r1, 1 of 1 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @gitlw)

@martinmr martinmr merged commit b7970bf into master Jun 12, 2019
@martinmr martinmr deleted the martinmr/bulk-loader-types branch June 12, 2019 18:48
dna2github pushed a commit to dna2fork/dgraph that referenced this pull request Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants