From 6b7884d29be249bc401cc792e8d06e785282b2b6 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Tue, 4 Jan 2022 14:25:19 +0800 Subject: [PATCH] [skip e2e]Add comments to conf adapter file (#14761) * [skip e2e]Add comments to conf adapter file Signed-off-by: jingkl * [skip e2e]Add comments to conf adapter file Signed-off-by: jingkl --- internal/util/indexparamcheck/conf_adapter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/util/indexparamcheck/conf_adapter.go b/internal/util/indexparamcheck/conf_adapter.go index a914b4ded3..1ee19151d4 100644 --- a/internal/util/indexparamcheck/conf_adapter.go +++ b/internal/util/indexparamcheck/conf_adapter.go @@ -329,6 +329,7 @@ func newNSGConfAdapter() *NSGConfAdapter { return &NSGConfAdapter{} } +// HNSWConfAdapter checks if a hnsw index can be built. type HNSWConfAdapter struct { BaseConfAdapter }