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-1809][CIP-14] Add partitionLocation to cppClient #3035

Conversation

HolyLow
Copy link
Contributor

@HolyLow HolyLow commented Dec 26, 2024

What changes were proposed in this pull request?

This PR adds PartitionLocation to cppClient, which is the component of protocol module.

Why are the changes needed?

To support communication message of PartitionLocation.

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 26, 2024

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

Any suggestion is welcome.

Also note that the latest java code uses packedPb to transfer the PartitionLocation message, but the code should work with other messages, so we leave the packedPb translation to later commits.

Copy link
Contributor

@RexXiong RexXiong left a comment

Choose a reason for hiding this comment

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

LGTM, expect a nit

cpp/celeborn/protocol/PartitionLocation.h Show resolved Hide resolved
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 4714e91 Dec 27, 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.

3 participants