This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
from eb59c1763 [CELEBORN-1806] Bump Spark from 3.5.3 to 3.5.4
add 4714e9142 [CELEBORN-1809][CIP-14] Add partitionLocation to cppClient
No new revisions were added by this update.
Summary of changes:
cpp/celeborn/CMakeLists.txt | 3 +-
cpp/celeborn/{conf => protocol}/CMakeLists.txt | 9 +-
cpp/celeborn/protocol/PartitionLocation.cpp | 91 +++++++++++++++++
cpp/celeborn/protocol/PartitionLocation.h | 95 ++++++++++++++++++
cpp/celeborn/protocol/StatusCode.h | 95 ++++++++++++++++++
.../{memory => protocol}/tests/CMakeLists.txt | 11 +-
.../protocol/tests/PartitionLocationTest.cpp | 111 +++++++++++++++++++++
7 files changed, 407 insertions(+), 8 deletions(-)
copy cpp/celeborn/{conf => protocol}/CMakeLists.txt (87%)
create mode 100644 cpp/celeborn/protocol/PartitionLocation.cpp
create mode 100644 cpp/celeborn/protocol/PartitionLocation.h
create mode 100644 cpp/celeborn/protocol/StatusCode.h
copy cpp/celeborn/{memory => protocol}/tests/CMakeLists.txt (76%)
create mode 100644 cpp/celeborn/protocol/tests/PartitionLocationTest.cpp