Fix the function of estimating the number of affected rows in dml #567
Annotations
9 errors and 2 warnings
Build & Test:
owner/manager.go#L143
cannot use etcdCli (type *"github.com/coreos/etcd/clientv3".Client) as type *"go.etcd.io/etcd/clientv3".Client in argument to concurrency.NewSession
|
Build & Test:
owner/manager.go#L216
cannot use leaseID (type "go.etcd.io/etcd/clientv3".LeaseID) as type "github.com/coreos/etcd/clientv3".LeaseID in argument to m.revokeSession
|
Build & Test:
owner/manager.go#L220
cannot use etcdSession.Lease() (type "go.etcd.io/etcd/clientv3".LeaseID) as type "github.com/coreos/etcd/clientv3".LeaseID in argument to m.revokeSession
|
Build & Test:
owner/manager.go#L312
invalid operation: ev.Type == "github.com/coreos/etcd/mvcc/mvccpb".DELETE (mismatched types "go.etcd.io/etcd/mvcc/mvccpb".Event_EventType and "github.com/coreos/etcd/mvcc/mvccpb".Event_EventType)
|
Build & Test:
owner/manager.go#L143
cannot use etcdCli (type *"github.com/coreos/etcd/clientv3".Client) as type *"go.etcd.io/etcd/clientv3".Client in argument to concurrency.NewSession
|
Build & Test:
owner/manager.go#L216
cannot use leaseID (type "go.etcd.io/etcd/clientv3".LeaseID) as type "github.com/coreos/etcd/clientv3".LeaseID in argument to m.revokeSession
|
Build & Test:
owner/manager.go#L220
cannot use etcdSession.Lease() (type "go.etcd.io/etcd/clientv3".LeaseID) as type "github.com/coreos/etcd/clientv3".LeaseID in argument to m.revokeSession
|
Build & Test:
owner/manager.go#L312
invalid operation: ev.Type == "github.com/coreos/etcd/mvcc/mvccpb".DELETE (mismatched types "go.etcd.io/etcd/mvcc/mvccpb".Event_EventType and "github.com/coreos/etcd/mvcc/mvccpb".Event_EventType)
|
Build & Test
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading