-
Notifications
You must be signed in to change notification settings - Fork 406
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
chore: expose files_by_partition
to public api
#2533
Conversation
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
4b517db
to
f248403
Compare
files_by_partition
to public api
@edmondop can you fix the linting issues? Then we can merge it |
I fixed the linting, but I think I should add a test since I have grown the API surface before this get merged. I submitted to verify if I was wrong in reading the documentation or if a method was missing from the public api |
@ion-elgreco looks also there is a flaky concurrency test |
@edmondop let me know when you added the test |
600e2e3
to
31c2348
Compare
Description
This documentation describes the usage of
files_by_partition
but that API doesn't seem to be surfaced from the underlying rust implementation