mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix typo in QueryCoord param table (#13687)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/13749/head
parent
2de5cf7762
commit
2e1e3d8304
|
@ -31,7 +31,7 @@ import (
|
|||
// UniqueID is an alias for the Int64 type
|
||||
type UniqueID = typeutil.UniqueID
|
||||
|
||||
// ParamTable maintains some environment variables that are required for the QuryCoord runtime
|
||||
// ParamTable maintains some environment variables that are required for the QueryCoord runtime
|
||||
type ParamTable struct {
|
||||
paramtable.BaseTable
|
||||
|
||||
|
|
Loading…
Reference in New Issue