alamb commented on code in PR #21338:
URL: https://github.com/apache/datafusion/pull/21338#discussion_r3033689845
##########
datafusion/catalog/src/memory/table.rs:
##########
@@ -515,31 +516,37 @@ fn evaluate_filters_to_mask(
return Ok(None);
}
- let mut combined_mask: Option<BooleanArray> = None;
+ let mut combined_buf: Option<BooleanBuffer> = None;
Review Comment:
What do you think about implementing this API:
- https://github.com/apache/arrow-rs/issues/8809
We could then use it for these cases 🤔
--
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]