We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, there's no control reshuffling output partitions
Add optional option to CopyDataOptions to reshuffle to N partitions or n rows per partition
N
n
options = CopyDataOptions(src="./from/data", dst="./to/data", shuffle_partitions=5)
The text was updated successfully, but these errors were encountered:
jrbentzon
No branches or pull requests
Issue:
Currently, there's no control reshuffling output partitions
Suggestions:
Add optional option to CopyDataOptions to reshuffle to
N
partitions orn
rows per partitionThe text was updated successfully, but these errors were encountered: