izveigor commented on code in PR #6990:
URL: https://github.com/apache/arrow-datafusion/pull/6990#discussion_r1269531286
##########
datafusion/physical-expr/src/array_expressions.rs:
##########
@@ -2267,63 +2267,6 @@ mod tests {
assert_eq!(result, &UInt64Array::from_value(2, 1));
}
- #[test]
Review Comment:
Sqllogictests are more important than unit tests: unit tests are mainly for
convenience.
--
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]