psvri commented on issue #2402: URL: https://github.com/apache/arrow-rs/issues/2402#issuecomment-1214166737
I want to pick this up, but I was just a little confused . If i am not mistaken we already have a function to convert into binary array https://docs.rs/arrow/20.0.0/arrow/array/fn.as_generic_binary_array.html . So based on my understanding, If we need to implement, then we need to implement trait from<GenericStringArray> for GenericBinaryArray. -- 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]
