Skip to content

Commit

Permalink
Set correct posting list type while creating it in live loader. (#5012)
Browse files Browse the repository at this point in the history
* Fix live loader data conversion for conflict key generation.

(cherry picked from commit 7bed25a)
  • Loading branch information
Arijit Das authored and danielmai committed Apr 22, 2020
1 parent bfe9637 commit ab72b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dgraph/cmd/live/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func getTypeVal(val *api.Value) (types.Val, error) {
}

p1.Value = p1.Value.([]byte)
p1.Tid = p.Tid
return p1, nil
}

Expand Down

0 comments on commit ab72b83

Please sign in to comment.