[skip ci] Add comment for deleteData (#12906)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-07 21:29:21 +08:00 committed by GitHub
parent 615b23a7b3
commit 4d80ea2b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ type insertData struct {
insertPKs map[UniqueID][]int64
}
// deleteData stores the valid delete data
type deleteData struct {
deleteIDs map[UniqueID][]int64
deleteTimestamps map[UniqueID][]Timestamp