[skip e2e] Improve annotation (#13722)

Signed-off-by: Xieql <727092844@qq.com>
pull/13806/head
Xieql 2021-12-20 19:08:38 +08:00 committed by GitHub
parent 9227745573
commit 35ab21372b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ func NewInsertCodec(schema *etcdpb.CollectionMeta) *InsertCodec {
// Serialize transfer insert data to blob. It will sort insert data by timestamp.
// From schema, it get all fields.
// For each field, it will create a binlog writer, and write a event to the binlog.
// For each field, it will create a binlog writer, and write an event to the binlog.
// It returns binlog buffer in the end.
func (insertCodec *InsertCodec) Serialize(partitionID UniqueID, segmentID UniqueID, data *InsertData) ([]*Blob, []*Blob, error) {
blobs := make([]*Blob, 0)