alamb commented on issue #11766:
URL: https://github.com/apache/datafusion/issues/11766#issuecomment-2289802544

   > @alamb I was thinking the right way to solve the issue would to add 
support for `StringViewArray` in `arrow::compute::kernels::concat_elements` by 
into introducing a function named `concat_elements_utf8view`.
   
   Yes, I agree this would be ideal. I recommend calling it 
`concate_elements_bytes_view` to be consistent with
   
   
https://docs.rs/arrow/latest/arrow/compute/kernels/concat_elements/fn.concat_elements_bytes.html
   
   I started looking into how to explain wiring this into binary.rs and it was 
a mess, so I just made a skeleton PR here: 
   https://github.com/apache/datafusion/pull/11995
   
   Perhaps you can use that a template ?
   
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to