Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: clean up cmake and move go part to Milvus #168

Merged
merged 17 commits into from
Jan 23, 2025

Conversation

shaoting-huang
Copy link
Collaborator

  1. move go part to Milvus
  2. support azure compile flag

Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
@sre-ci-robot sre-ci-robot requested review from sunby and tedxu January 19, 2025 05:49
@sre-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: shaoting-huang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
Signed-off-by: shaoting-huang <[email protected]>
@@ -11,3 +11,4 @@ go/.idea/*
compile_commands.json
CMakeUserPresets.json
.vscode/*
go/internal/core/output/*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed.


option(WITH_UT "Build the testing tree." ON)
option(WITH_UT "Build the testing tree." OFF)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we still have UT if this option is turned off?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test bin is moved into build/Release/test

@@ -19,57 +19,65 @@ if (WITH_OPENDAL)
endif()

find_package(Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the find_package contains the include_directories primitive already, so it is not necessary to call it explicitly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Comment on lines +19 to +20
#include "milvus-storage/common/result.h"
#include "milvus-storage/storage/options.h"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is strange to include the root path in those .h code, we could either set cpp/include/milvus-storage/ as include path, or just remove the milvus-storage subdir.

Signed-off-by: shaoting-huang <[email protected]>
@sunby
Copy link
Collaborator

sunby commented Jan 23, 2025

/lgtm

@sre-ci-robot sre-ci-robot merged commit 7475494 into milvus-io:main Jan 23, 2025
2 checks passed
@shaoting-huang shaoting-huang changed the title feat: Storagev2 cpp only feat: clean up cmake and move go part to Milvus Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants