Skip to content

Commit

Permalink
Revert "Set correct posting list type while creating it in live loade…
Browse files Browse the repository at this point in the history
…r. (#5012)"

This reverts commit 37fa65e.

This was mistakenly cherry-picked to release/v1.2.2 instead of
release/v1.2.
  • Loading branch information
danielmai committed Apr 22, 2020
1 parent 37fa65e commit bbbd3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dgraph/cmd/live/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ 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 bbbd3f7

Please sign in to comment.