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 f71f7fa feat: Migrate blob file context and byte range utilities
(#130)
add c8687c0 feat: Migrate audit log and binlog system tables (#140)
No new revisions were added by this update.
Summary of changes:
.../core/table/system/audit_log_system_table.cpp | 341 +++++++++++++++++++++
...ons_system_table.h => audit_log_system_table.h} | 29 +-
.../core/table/system/binlog_system_table.cpp | 93 ++++++
...ptions_system_table.h => binlog_system_table.h} | 18 +-
src/paimon/core/table/system/system_table_test.cpp | 68 ++++
5 files changed, 535 insertions(+), 14 deletions(-)
create mode 100644 src/paimon/core/table/system/audit_log_system_table.cpp
copy src/paimon/core/table/system/{options_system_table.h =>
audit_log_system_table.h} (57%)
create mode 100644 src/paimon/core/table/system/binlog_system_table.cpp
copy src/paimon/core/table/system/{options_system_table.h =>
binlog_system_table.h} (72%)
create mode 100644 src/paimon/core/table/system/system_table_test.cpp