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

Repartitioning prevents processing of zero size files #1987

Closed
benedeki opened this issue Nov 24, 2021 · 1 comment · Fixed by #1991
Closed

Repartitioning prevents processing of zero size files #1987

benedeki opened this issue Nov 24, 2021 · 1 comment · Fixed by #1991
Assignees
Labels
bug Something isn't working priority: high Critical to the health of the project Standardization Standardization Job affected

Comments

@benedeki
Copy link
Collaborator

benedeki commented Nov 24, 2021

Describe the bug

After partition sizing has been introduced it's nor possible to process data sets with 0 rows. The application exits with division by zero exception.

To Reproduce

Steps to reproduce the behavior OR commands run:

  1. Have a Dataset prepared
  2. In the row input have zero rows
  3. Run Standardization
  4. See error

Expected behavior

Even zero size data sets are processed.

Screenshot

image

@benedeki benedeki added bug Something isn't working Standardization Standardization Job affected priority: high Critical to the health of the project labels Nov 24, 2021
@benedeki benedeki self-assigned this Nov 24, 2021
@benedeki benedeki changed the title Repartitioning prevents processing of zero size files. Repartitioning prevents processing of zero size files Nov 24, 2021
benedeki added a commit that referenced this issue Nov 24, 2021
* Handling 0 partition case in repartitioning
* .gitignore duplicate entry fixed
benedeki added a commit that referenced this issue Nov 24, 2021
* Handling 0 partition case in repartitioning
* .gitignore duplicate entry fixed
benedeki added a commit that referenced this issue Nov 24, 2021
* Handling 0 partition case in repartitioning
* .gitignore duplicate entry fixed
benedeki added a commit that referenced this issue Nov 24, 2021
* Handling 0 partition case in repartitioning
* .gitignore duplicate entry fixed
@benedeki
Copy link
Collaborator Author

Release notes:
Fixed issue when trying to repartition an empty dataset with 0 partitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: high Critical to the health of the project Standardization Standardization Job affected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant