mirror of https://github.com/milvus-io/milvus.git
parent
9227745573
commit
35ab21372b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue