alamb commented on code in PR #2971:
URL: https://github.com/apache/arrow-rs/pull/2971#discussion_r1010599750


##########
arrow-select/src/filter.rs:
##########
@@ -626,17 +626,17 @@ where
 ///
 /// Note: NULLs with a non-zero slot length in `array` will have the 
corresponding
 /// data copied across. This allows handling the null mask separately from the 
data
-fn filter_string<OffsetSize>(
-    array: &GenericStringArray<OffsetSize>,
+fn filter_bytes<T>(

Review Comment:
   The comment a few lines above is now out of date:
   
   > /// `filter` implementation for string arrays
   
   Should be:
   
   > /// `filter` implementation for byte arrays



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