erenavsarogullari opened a new pull request, #9704:
URL: https://github.com/apache/arrow-datafusion/pull/9704

   ## Which issue does this PR close?
   Closes #9660.
   
   ## What changes are included in this PR?
   This PR aims to address following refactorings:
   1- Extracts `array_to_string` and `string_to_array` functions from `kernels` 
and `udf` containers,
   2- `to_string` and `call_array_function` `macro_rules` are being moved to 
`string.rs`,
   3- `downcast_arg` `macro_rules` is being moved to `util.rs`,
   4- `make_scalar_function` is applied to `ArrayToString.invoke` and 
`StringToArray.invoke` functions,
   5- `StringToArray.invoke` function is refactored slightly,
   
   ## Are these changes tested?
   Yes, all `array.slt` based `array_to_string` and `string_to_array` functions 
tests are passed.
   
   ## Are there any user-facing changes?
   No
   


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