-
Notifications
You must be signed in to change notification settings - Fork 368
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
[CELEBORN-1785][CIP-14] Add baseConf to cppClient #3013
Conversation
@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. |
@FMX thanks a lot, refactored as advised. Any suggestion is welcome. |
cpp/celeborn/conf/BaseConf.cpp
Outdated
@@ -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" |
There was a problem hiding this comment.
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.
There was a problem hiding this 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).
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.