mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: not pass the indexname when drop properties (#39678)
#38967 Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com>
This commit is contained in:
parent
93212a9a63
commit
4cb76fde14
@ -2347,6 +2347,7 @@ func (h *HandlersV2) dropIndexProperties(ctx context.Context, c *gin.Context, an
|
||||
DbName: dbName,
|
||||
CollectionName: httpReq.CollectionName,
|
||||
DeleteKeys: httpReq.PropertyKeys,
|
||||
IndexName: httpReq.IndexName,
|
||||
}
|
||||
c.Set(ContextRequest, req)
|
||||
resp, err := wrapperProxyWithLimit(ctx, c, req, h.checkAuth, false, "/milvus.proto.milvus.MilvusService/AlterIndex", true, h.proxy, func(reqCtx context.Context, req any) (interface{}, error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user