Jypoi

Results 1 issues of Jypoi

It does not delete all data in tikv when i called `DeleteRange(ctx, nil, nil, 10)` Reproduce code: ```go package main import ( "context" "fmt" "github.com/alecthomas/kong" "github.com/sirupsen/logrus" "github.com/tikv/client-go/v2/tikv" ) // clean...