Skip to content

Conversation

@HyukjinKwon
Copy link
Member

Rationale for this change

63b8b7e: ARROW-13800 Added the TODOs
2468992: ARROW-14297 Added the tests but forgot to remove TODOs.

int_div_zero_int = integers %/% 0L,
int_div_zero_dbl = integers %/% 0,

dbl_div_zero_int = doubles %/% 0L,
dbl_div_zero_dbl = doubles %/% 0

What changes are included in this PR?

This PR proposes to remove the obsolete todo about integer division by zero tests.

Are these changes tested?

No, I did not test this.

Are there any user-facing changes?

No, dev-only.

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.

1 participant