[skip e2e] Fix grammar mistake in data_codec (#14108)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
pull/14123/head
jaime 2021-12-23 22:05:51 +08:00 committed by GitHub
parent 846e86b478
commit 0114708c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,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.
// From schema, it gets all fields.
// 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) {