Jypoi

Results 2 comments of Jypoi

When i debug source code in tikv/client, i found code [here](https://github.com/tikv/client-go/blob/f43cc3acc012b1f490180f6ec685222ff3eed0bc/txnkv/rangetask/delete_range.go#L126) may not correct when `rangeEndKey = nil`. I try to hard code in `sendReqOnRange` to fix like this: ```go...

Ok, I will review this after a while.