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

fix: Update to support up to 10K partitions #1139

Merged
merged 11 commits into from
May 22, 2024

Conversation

sundar-mudupalli-work
Copy link
Contributor

@sundar-mudupalli-work sundar-mudupalli-work commented May 20, 2024

Hi,

Per comment, I have updated the code to support 10K partitions. Supporting more than 10K partitions is a bit more complex as explained in that comment. It turned out to be a bit more complex than mentioned in the doc because the error message with choices lists all the choices as stated here, so I have used the suggested approach for large number of values.

I suggest moving this to develop after review if it passes out integration tests. I have tested the code in my environment and it successfully produces 10K files and the first many work with data-validation configs run -cdir. So no issues there.

Thanks.

Sundar Mudupalli

@sundar-mudupalli-work sundar-mudupalli-work requested a review from a team as a code owner May 20, 2024 19:46
@sundar-mudupalli-work
Copy link
Contributor Author

/gcbrun

1 similar comment
@sundar-mudupalli-work
Copy link
Contributor Author

/gcbrun

@sundar-mudupalli-work sundar-mudupalli-work changed the title Updated to support 10K partitions fix: Update to support up to 10K partitions May 20, 2024
@sundar-mudupalli-work
Copy link
Contributor Author

/gcbrun

data_validation/cli_tools.py Outdated Show resolved Hide resolved
data_validation/cli_tools.py Outdated Show resolved Hide resolved
data_validation/cli_tools.py Outdated Show resolved Hide resolved
data_validation/cli_tools.py Outdated Show resolved Hide resolved
@sundar-mudupalli-work
Copy link
Contributor Author

/gcbrun

@sundar-mudupalli-work
Copy link
Contributor Author

sundar-mudupalli-work commented May 21, 2024

/gcbrun

@sundar-mudupalli-work sundar-mudupalli-work merged commit 210c352 into develop May 22, 2024
5 checks passed
@sundar-mudupalli-work sundar-mudupalli-work deleted the issue-1137-increase-max-partition-10k branch May 22, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants