apache / paimon-rust

Apache Paimon Rust The rust implementation of Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
100 stars 31 forks source link

feat(spec): Add CommitKind in snapshot #64

Closed Aitozi closed 2 months ago

Aitozi commented 3 months ago

Add the missing field in Snapshot.

By the way, currently, the tests only cover Version-3 snapshots. In Version 1, there is no 'version' field. I'm unsure if support for Version 1 snapshots is needed in this project, so I focused on deserializing Version 3 instead.

Aitozi commented 2 months ago

CC @Xuanwo @JingsongLi

Xuanwo commented 2 months ago

Hi, @JingsongLi @SteNicholas, this PR is happy to go.