mirror of https://github.com/milvus-io/milvus.git
enhance: Fill version for load delta request (#38212)
Version is needed for load delta request in case of false alarm warning about version go backward Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/38233/head
parent
6d0a4fdb31
commit
3c6a373a75
|
@ -178,6 +178,7 @@ func (sd *shardDelegator) forwardL0RemoteLoad(ctx context.Context,
|
||||||
LoadScope: querypb.LoadScope_Delta,
|
LoadScope: querypb.LoadScope_Delta,
|
||||||
Schema: req.GetSchema(),
|
Schema: req.GetSchema(),
|
||||||
IndexInfoList: req.GetIndexInfoList(),
|
IndexInfoList: req.GetIndexInfoList(),
|
||||||
|
Version: req.GetVersion(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue