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 d945409 feat: add snapshot, snapshot_info, and table core utilities
with tests (#118)
add 0f2cd19 feat(core): introduce core options (#115)
No new revisions were added by this update.
Summary of changes:
src/paimon/core/core_options.cpp | 1452 +++++++++++++++++++++++++++++++++
src/paimon/core/core_options.h | 203 +++++
src/paimon/core/core_options_test.cpp | 908 +++++++++++++++++++++
src/paimon/core/key_value.h | 105 +++
4 files changed, 2668 insertions(+)
create mode 100644 src/paimon/core/core_options.cpp
create mode 100644 src/paimon/core/core_options.h
create mode 100644 src/paimon/core/core_options_test.cpp
create mode 100644 src/paimon/core/key_value.h