Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use UUIDv7 based Iceberg file names #49

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Conversation

sauliusvl
Copy link
Contributor

We use UUID based filenames when creating Iceberg files, which is technically fine, but annoying in practice because the files are not sorted. The UUIDv7 specification is timestamp based, so guarantees that values generated 1ms apart are alphabetically sorted, hence we switch to that.

Also, obligatory version bump.

@shivam247 shivam247 merged commit c3780f0 into adform:master Jul 30, 2024
1 check passed
@sauliusvl sauliusvl deleted the uuid7 branch July 30, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants