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

[CELEBORN-1785][CIP-14] Add baseConf to cppClient #3013

Conversation

HolyLow
Copy link
Contributor

@HolyLow HolyLow commented Dec 19, 2024

What changes were proposed in this pull request?

Add baseConf to cppClient, which is the building block of conf module.

Why are the changes needed?

To support CelebornCpp configuration module in cppClient.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Compilation and UTs.

@HolyLow
Copy link
Contributor Author

HolyLow commented Dec 19, 2024

@FMX Could you kindly review this PR? Thanks a lot.

The BaseConf is the building block for CelebornConf, which will be added in next PR.

Any suggestion is welcome.

@FMX
Copy link
Contributor

FMX commented Dec 19, 2024

@FMX Could you kindly review this PR? Thanks a lot.

The BaseConf is the building block for CelebornConf, which will be added in next PR.

Any suggestion is welcome.

Copy that. I'll review it ASAP.

cpp/celeborn/conf/BaseConf.cpp Outdated Show resolved Hide resolved
@HolyLow
Copy link
Contributor Author

HolyLow commented Dec 23, 2024

@FMX thanks a lot, refactored as advised. Any suggestion is welcome.

@@ -26,7 +26,7 @@ namespace fs = std::experimental::filesystem;
#endif

#include "celeborn/conf/BaseConf.h"
#include "celeborn/utils/CelebornUtils.h"
// #include "celeborn/utils/CelebornUtils.h"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this an unintended change? After this change, the build failed.

Copy link
Contributor

@FMX FMX left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks. Merged into main(v0.6.0).

@FMX FMX closed this in e496a3c Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants