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

Fix Nquad value conversion in live loader. #4793

Merged
merged 2 commits into from
Feb 19, 2020
Merged

Conversation

arijitAD
Copy link

@arijitAD arijitAD commented Feb 17, 2020

Type conversion was failing when loading the 1 million dataset because the N-Quads doesn't have value type associated with it. Fixes #4468


This change is Reviewable

@arijitAD arijitAD requested review from manishrjain and a team as code owners February 17, 2020 18:19
@arijitAD arijitAD requested a review from MichelDiz February 17, 2020 18:20
Copy link
Contributor

@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.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @arijitAD, @manishrjain, and @MichelDiz)


dgraph/cmd/live/batch.go, line 304 at r1 (raw file):

 we 

minor: remove the "we". "set it to ... then convert" is clearer.

Copy link
Contributor

@MichelDiz MichelDiz left a comment

Choose a reason for hiding this comment

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

I can reproduce the fix, all good. Please merge it.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @arijitAD and @manishrjain)

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.

Interface conversion error while live loading exported JSON data
3 participants