[skip e2e]Add commont for initMinIOAddress in indexnode (#13973)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-12-22 17:03:43 +08:00 committed by GitHub
parent 28490f1aae
commit 595692c350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ func (pt *ParamTable) initParams() {
pt.initKnowhereSimdType()
}
// initMinIOAddress load minio address from BaseTable.
func (pt *ParamTable) initMinIOAddress() {
ret, err := pt.Load("_MinioAddress")
if err != nil {