mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Insert task hash by primarykeys (#11819)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
959d8c2ce1
commit
27d711e5d2
@ -687,10 +687,9 @@ func (it *insertTask) checkFieldAutoIDAndHashPK() error {
|
||||
Data: it.BaseInsertTask.RowIDs,
|
||||
},
|
||||
}
|
||||
|
||||
it.HashPK(it.BaseInsertTask.RowIDs)
|
||||
} else {
|
||||
it.HashPK(it.BaseInsertTask.RowIDs)
|
||||
it.HashPK(primaryData)
|
||||
}
|
||||
|
||||
sliceIndex := make([]uint32, rowNums)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user