From 606b613318ab5919e2c1a9a4fb53a51342efe1fa Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Tue, 4 Jan 2022 20:03:33 +0800 Subject: [PATCH] [skip e2e] Reorder header files for VerifyPlanNodeVisitor.cpp (#14732) Signed-off-by: yudong.cai --- internal/core/src/query/visitors/VerifyPlanNodeVisitor.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/internal/core/src/query/visitors/VerifyPlanNodeVisitor.cpp b/internal/core/src/query/visitors/VerifyPlanNodeVisitor.cpp index f41e7a0398..c0a47c07ef 100644 --- a/internal/core/src/query/visitors/VerifyPlanNodeVisitor.cpp +++ b/internal/core/src/query/visitors/VerifyPlanNodeVisitor.cpp @@ -9,15 +9,13 @@ // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express // or implied. See the License for the specific language governing permissions and limitations under the License -#include "query/generated/VerifyPlanNodeVisitor.h" #include "knowhere/index/vector_index/ConfAdapterMgr.h" -#include "segcore/SegmentGrowingImpl.h" #include "knowhere/index/vector_index/ConfAdapter.h" #include "knowhere/index/vector_index/helpers/IndexParameter.h" +#include "query/generated/VerifyPlanNodeVisitor.h" namespace milvus::query { -#if 1 namespace impl { // THIS CONTAINS EXTRA BODY FOR VISITOR // WILL BE USED BY GENERATOR UNDER suvlim/core_gen/ @@ -30,7 +28,6 @@ class VerifyPlanNodeVisitor : PlanNodeVisitor { std::optional ret_; }; } // namespace impl -#endif static knowhere::IndexType InferIndexType(const Json& search_params) {