[Feature] snapshot should be interface.
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 396
Description
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Motivation
`org.apache.paimon.Snapshot` was used by anywhere but it's class but not interface. It's function like `public List dataManifests(ManifestList manifestList)` is not interface eg. `ManifestFileMeta` should be interface eg.
We are writing a version of paimon that not based file, we have to change this classes for api compatible.
### Solution
_No response_
### Anything else?
_No response_
### Are you willing to submit a PR?
- [X] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate org.apache.paimon.Snapshot and ManifestFileMeta, then inspect their usages and existing public API constraints. The work is done when the relevant classes expose interface-based APIs that support a non-file-based Paimon implementation while remaining API-compatible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100