alamb commented on code in PR #4648:
URL: https://github.com/apache/arrow-datafusion/pull/4648#discussion_r1050009446
##########
datafusion/physical-expr/src/expressions/binary/kernels_arrow.rs:
##########
@@ -503,9 +444,6 @@ mod tests {
let left_decimal_array = create_decimal_array(&[Some(101)], 10, 1);
let right_decimal_array = create_decimal_array(&[Some(0)], 1, 1);
- let err =
Review Comment:
Was this test removed as it is now covered by the new
`arithmetic_divide_zero` test?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]