Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXiangUSTC committed Aug 21, 2019
1 parent dddb898 commit 71837cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/diff/chunk.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ func (c *ChunkRange) update(column, lower, upper string) {
if len(upper) > 0 {
c.Bounds[offset].Upper = upper
}

return
}

// add a new bound
Expand Down

0 comments on commit 71837cb

Please sign in to comment.