This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
from f1596756 feat: implement update location (#508)
add 20a961a5 feat: add SnapshotSummaryBuilder (#515)
No new revisions were added by this update.
Summary of changes:
src/iceberg/manifest/manifest_entry.h | 6 +-
src/iceberg/snapshot.cc | 301 ++++++++++++++++
src/iceberg/snapshot.h | 112 ++++++
src/iceberg/test/CMakeLists.txt | 1 +
src/iceberg/test/snapshot_summary_builder_test.cc | 415 ++++++++++++++++++++++
5 files changed, 834 insertions(+), 1 deletion(-)
create mode 100644 src/iceberg/test/snapshot_summary_builder_test.cc