mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix missing num_rows after meta migration (#19841)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>pull/19838/head
parent
17ce0c3979
commit
34e04c27ad
|
@ -146,7 +146,7 @@ func combineToSegmentIndexesMeta220(segmentIndexes SegmentIndexesMeta210, indexB
|
|||
SegmentID: segID,
|
||||
CollectionID: record.GetCollectionID(),
|
||||
PartitionID: record.GetPartitionID(),
|
||||
NumRows: 0, // TODO: how to set this?
|
||||
NumRows: buildMeta.GetReq().GetNumRows(),
|
||||
IndexID: indexID,
|
||||
BuildID: record.GetBuildID(),
|
||||
NodeID: buildMeta.GetNodeID(),
|
||||
|
|
Loading…
Reference in New Issue