JingsongLi commented on PR #877: URL: https://github.com/apache/incubator-paimon/pull/877#issuecomment-1516022184
Thanks @hililiwei ! I have two comments: ### Compatibility Maybe we can have a compatible way to finish this. For example, a snapshot has parent id, parent id can be `exists`, `none` or `null`, three types. If it is exists, find its parent. If it is `none`, it should be root snapshot. If it is `null`, it is a old version, its parent is snapshot id - 1. ### When should we finish this? There is currently no benefit to just modifying this behavior, we need to wait until we need it, such as when we need to support git-like features, and we decide to do it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
