mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e] Fix missing num_rows after meta migration (#19841)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
parent
17ce0c3979
commit
34e04c27ad
@ -146,7 +146,7 @@ func combineToSegmentIndexesMeta220(segmentIndexes SegmentIndexesMeta210, indexB
|
|||||||
SegmentID: segID,
|
SegmentID: segID,
|
||||||
CollectionID: record.GetCollectionID(),
|
CollectionID: record.GetCollectionID(),
|
||||||
PartitionID: record.GetPartitionID(),
|
PartitionID: record.GetPartitionID(),
|
||||||
NumRows: 0, // TODO: how to set this?
|
NumRows: buildMeta.GetReq().GetNumRows(),
|
||||||
IndexID: indexID,
|
IndexID: indexID,
|
||||||
BuildID: record.GetBuildID(),
|
BuildID: record.GetBuildID(),
|
||||||
NodeID: buildMeta.GetNodeID(),
|
NodeID: buildMeta.GetNodeID(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user