Skip to content

Commit 0114708

Browse files
authored
[skip e2e] Fix grammar mistake in data_codec (milvus-io#14108)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
1 parent 846e86b commit 0114708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/storage/data_codec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func NewInsertCodec(schema *etcdpb.CollectionMeta) *InsertCodec {
261261
}
262262

263263
// Serialize transfer insert data to blob. It will sort insert data by timestamp.
264-
// From schema, it get all fields.
264+
// From schema, it gets all fields.
265265
// For each field, it will create a binlog writer, and write an event to the binlog.
266266
// It returns binlog buffer in the end.
267267
func (insertCodec *InsertCodec) Serialize(partitionID UniqueID, segmentID UniqueID, data *InsertData) ([]*Blob, []*Blob, error) {

0 commit comments

Comments
 (0)