alamb commented on code in PR #23299:
URL: https://github.com/apache/datafusion/pull/23299#discussion_r3520076842
##########
datafusion/physical-expr/src/expressions/in_list/primitive_filter.rs:
##########
@@ -425,6 +457,28 @@ mod tests {
assert_contains(&filter, &needles, vec![Some(true), None, None,
Some(true)])
}
+ #[test]
+ fn bitmap_filter_i8_handles_signed_boundaries_and_slices() -> Result<()> {
Review Comment:
This is a good idea -- I reviewed the existing slt (SQL) test coverage and
it doesn't really have comprensive IN list coverage -- I will add some in a
follow on PR
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]