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:
zhagnlu 2024-06-05 19:19:51 +08:00 committed by GitHub
parent b9bafc76b4
commit 8ad26093ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {