Omega359 opened a new issue, #12898:
URL: https://github.com/apache/datafusion/issues/12898

   ### Is your feature request related to a problem or challenge?
   
   Currently the StringArrayType trait and the String*Builder structs are in 
the string crate however these are used in other crates (unicode, soon to 
include regex) and thus should be moved out to a more common location to not 
introduce needless dependencies between function crates.
   
   ### Describe the solution you'd like
   
   My first thought is to create a functions/string_common.rs file and move the 
above mentioned trait and structs to this file, update all code, remove crate 
dependencies and update any tests as required.
   
   ### Describe alternatives you've considered
   
   Leave things alone and allow the crate dependencies to stay.
   
   ### Additional context
   
   _No response_


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