findepi commented on code in PR #6662:
URL: https://github.com/apache/arrow-rs/pull/6662#discussion_r1834810237
##########
arrow-string/src/predicate.rs:
##########
@@ -146,6 +138,7 @@ impl<'a> Predicate<'a> {
}
Predicate::IStartsWithAscii(v) => {
if let Some(string_view_array) =
array.as_any().downcast_ref::<StringViewArray>() {
+ // TODO respect null buffer
Review Comment:
i plan to take care of this -- for
https://github.com/apache/datafusion/issues/12637
--
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]