findepi commented on code in PR #6662:
URL: https://github.com/apache/arrow-rs/pull/6662#discussion_r1834837827


##########
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 created https://github.com/apache/arrow-rs/pull/6705 for this



-- 
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]

Reply via email to