未验证 提交 35ab2137 编写于 作者: X Xieql 提交者: GitHub

[skip e2e] Improve annotation (#13722)

Signed-off-by: NXieql <727092844@qq.com>
上级 92277455
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册