the s3 date prefix may not be monotonically incremental
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 56
- Forks
- 63
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 34
Description
The current approach to get incremental files depends on the monotonically incremental of key {schema}/{table}/{version}/{date}/.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Go implementation that finds incremental files in S3 using keys of the form {schema}/{table}/{version}/{date}/. Check how date-prefix ordering is assumed and look for tests covering incremental file discovery. Done should include a confirmed handling of non-monotonic date prefixes, with tests documenting the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100