From d3c6d4753787cd522fca587f145c968be05c8dd6 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:35:40 +0800 Subject: [PATCH] [skip e2e] Add comments to conf adapter (#15096) 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 1a04ee4ccb..f24ee1704a 100644 --- a/internal/util/indexparamcheck/conf_adapter.go +++ b/internal/util/indexparamcheck/conf_adapter.go @@ -450,6 +450,7 @@ func newRHNSWSQConfAdapter() *RHNSWSQConfAdapter { return &RHNSWSQConfAdapter{} } +// NGTPANNGConfAdapter checks if a NGT_PANNG index can be built. type NGTPANNGConfAdapter struct { BaseConfAdapter }