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

Cherry-pick "Do not include empty nodes in the export output" into 1.2 release #4896

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Mar 6, 2020

Empty nodes are not included in the export output but the separator (a
comma in the case of JSON) is being appended. The fix is to skip over
empty values.

Added a deleted node to the exported graph to ensure that these type of
nodes are handled properly.


This change is Reviewable

Docs Preview: Dgraph Preview

Empty nodes are not included in the export output but the separator (a
comma in the case of JSON) is being appended. The fix is to skip over
empty values.

Added a deleted node to the exported graph to ensure that these type of
nodes are handled properly.
@martinmr martinmr requested review from manishrjain and a team as code owners March 6, 2020 21:54
@martinmr martinmr changed the title Do not include empty nodes in the export output. (#4773) Cherry-pick "Do not include empty nodes in the export output" into 1.2 release Mar 6, 2020
@martinmr martinmr merged commit 758330b into release/v1.2 Mar 6, 2020
@martinmr martinmr deleted the martinmr/cp-export-fix branch March 6, 2020 22:41
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.

1 participant