This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git
from eec4f8d test: add write integration test coverage (#124)
add 79729d7 feat: introduce FieldMapping and FieldMappingBuilder (#137)
No new revisions were added by this update.
Summary of changes:
src/paimon/core/utils/field_mapping.cpp | 349 +++++++++++++++
src/paimon/core/utils/field_mapping.h | 111 +++++
src/paimon/core/utils/field_mapping_test.cpp | 647 +++++++++++++++++++++++++++
3 files changed, 1107 insertions(+)
create mode 100644 src/paimon/core/utils/field_mapping.cpp
create mode 100644 src/paimon/core/utils/field_mapping.h
create mode 100644 src/paimon/core/utils/field_mapping_test.cpp