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

ARROW-8808: [Rust] Fix divide by zero error in builder #7186

Closed
wants to merge 2 commits into from

Conversation

andygrove
Copy link
Member

Fix divide by zero error in one of the builders. This bug was exposed by the integration tests.

@github-actions
Copy link

@nevi-me
Copy link
Contributor

nevi-me commented May 15, 2020

@maxburke had already picked this up in #7159 (https://github.com/apache/arrow/pull/7159/files#diff-f2e30b8a413036fbb623c52d0ffd519dR723). Perhaps we could port the unit test there, and fix this as part of that PR?

@andygrove
Copy link
Member Author

Thanks, I hadn't seen that. It might be faster to get this one merged since it is small. It looks like there are no reviews yet on #7159. I'm fine either way, but would like to unblock integration testing as much as possible.

@nevi-me
Copy link
Contributor

nevi-me commented May 15, 2020

Thanks, I hadn't seen that. It might be faster to get this one merged since it is small. It looks like there are no reviews yet on #7159. I'm fine either way, but would like to unblock integration testing as much as possible.

@andygrove may you please rebase so we can merge this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants