[skip ci] Refine datanode binlog io comment (#12638)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12645/head
edward.zeng 2021-12-02 19:11:32 +08:00 committed by GitHub
parent f8c826c597
commit 45cbec1f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ func (b *binlogIO) genDeltaBlobs(data *DeleteData, collID, partID, segID UniqueI
return key, blob.GetValue(), nil
}
// return kvs, insert-paths, stats-paths
// genInsertBlobs returns kvs, insert-paths, stats-paths
func (b *binlogIO) genInsertBlobs(data *InsertData, partID, segID UniqueID, meta *etcdpb.CollectionMeta) (map[string]string, []*datapb.FieldBinlog, []*datapb.FieldBinlog, error) {
inCodec := storage.NewInsertCodec(meta)
inlogs, statslogs, err := inCodec.Serialize(partID, segID, data)