SteNicholas opened a new pull request #31: URL: https://github.com/apache/flink-table-store/pull/31
Now `ManifestCommittable` has the `logOffsets` inside, but it is not saved when generating snapshot in `FileStoreCommitImpl`.`logOffsets` needs to be saved in the snapshot. When `logOffsets` doesn't contain all buckets, it means that the current generated snapshot does not write data to all buckets, and it should be read from the last snapshot to complete the bucket's offsets. **The brief change log** - `Snapshot` introduces the `logOffsets` inside. - `FileStoreCommitImpl` saves the `logOffsets` in the `Snapshot`. -- 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]
