mirror of https://github.com/milvus-io/milvus.git
Cherry-pick from master pr: #39833 Related to #39788 --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/39853/head
parent
cb1bf6d122
commit
df28d2200d
|
@ -182,9 +182,6 @@ SegmentGrowingImpl::Insert(int64_t reserved_offset,
|
|||
|
||||
void
|
||||
SegmentGrowingImpl::LoadFieldData(const LoadFieldDataInfo& infos) {
|
||||
// schema don't include system field
|
||||
AssertInfo(infos.field_infos.size() == schema_->size(),
|
||||
"lost some field data when load for growing segment");
|
||||
AssertInfo(infos.field_infos.find(TimestampFieldID.get()) !=
|
||||
infos.field_infos.end(),
|
||||
"timestamps field data should be included");
|
||||
|
|
Loading…
Reference in New Issue