mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: fix load failure (#33599)
issue: #33533 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
parent
b9bafc76b4
commit
8ad26093ba
@ -358,6 +358,8 @@ SegmentSealedImpl::LoadFieldData(FieldId field_id, FieldDataInfo& data) {
|
||||
} else {
|
||||
AssertInfo(system_field_type == SystemFieldType::RowId,
|
||||
"System field type of id column is not RowId");
|
||||
// Consume rowid field data but not really load it
|
||||
storage::CollectFieldDataChannel(data.channel);
|
||||
}
|
||||
++system_ready_count_;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user