tustvold commented on code in PR #6312:
URL: https://github.com/apache/arrow-rs/pull/6312#discussion_r1732929413


##########
arrow-string/src/predicate.rs:
##########
@@ -134,7 +134,9 @@ impl<'a> Predicate<'a> {
                         string_view_array
                             .prefix_bytes_iter(v.len())
                             .map(|haystack| {
-                                equals_bytes(haystack, v.as_bytes(), 
equals_kernel) != negate
+                                haystack

Review Comment:
   Where is the vtable, the types are all known statically here?



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