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
Adding new functionality to quinn
Changing existing functionality in quinn
Removing existing functionality in quinn
Somewhat hard to compute records to partition: https://stackoverflow.com/questions/46032320/apache-spark-get-number-of-records-per-partition
Hard to detect skew as well.
Perhaps we could have records_per_partition() and has_skew() helper methods to make this easier.
records_per_partition()
has_skew()
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Type
Adding new functionality to quinn
Changing existing functionality in quinn
Removing existing functionality in quinn
Problem Description
Somewhat hard to compute records to partition: https://stackoverflow.com/questions/46032320/apache-spark-get-number-of-records-per-partition
Hard to detect skew as well.
Feature Description
Perhaps we could have
records_per_partition()
andhas_skew()
helper methods to make this easier.Additional Context
No response
The text was updated successfully, but these errors were encountered: