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


##########
arrow-array/src/array/byte_array.rs:
##########
@@ -182,6 +182,11 @@ impl<T: ByteArrayType> GenericByteArray<T> {
         }
     }
 
+    /// Create a new [`Scalar`] from `v`
+    pub fn new_scalar(value: impl AsRef<T::Native>) -> Scalar<Self> {

Review Comment:
   Will add `BooleanArray`, not sure what the signature for nested types should 
be, and they aren't needed by any kernels anyway so seems unnecessary



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