vegarsti commented on code in PR #9346:
URL: https://github.com/apache/arrow-rs/pull/9346#discussion_r2759008062


##########
arrow-string/src/length.rs:
##########
@@ -50,7 +50,7 @@ fn bit_length_impl<P: ArrowPrimitiveType>(
 /// For string array and binary array, length is the number of bytes of each 
value.
 ///
 /// * this only accepts ListArray/LargeListArray, 
StringArray/LargeStringArray/StringViewArray, BinaryArray/LargeBinaryArray, and 
FixedSizeListArray,
-///   or DictionaryArray with above Arrays as values
+///   ListViewArray/LargeListViewArray, or DictionaryArray with above Arrays 
as values

Review Comment:
   Oops, great catch!



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