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

Sequential Shuffling BasicPersister #28

Open
pickles-bread-and-butter opened this issue Oct 3, 2022 · 0 comments
Open

Sequential Shuffling BasicPersister #28

pickles-bread-and-butter opened this issue Oct 3, 2022 · 0 comments
Assignees

Comments

@pickles-bread-and-butter
Copy link
Collaborator

Overview:

We want to add shuffling to a non-spark dataset but we don't need to use Flyte/DynamoDB/etc to do this. We can simply sequentially shuffle locally and not worry about the runtime being O(N) for right now. We can come back later in time to update this to user multi-proc approach.

Acceptance Criteria:

  • Sequential shuffling of local basic persistor can be turned on
  • Tests exist to test that the sequential shuffling shuffles but persists all of the data correctly
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

No branches or pull requests

1 participant