andishgar opened a new pull request, #46230: URL: https://github.com/apache/arrow/pull/46230
### Rationale for this change There are 8 compute functions for casting from one string types to other string types. all of them expect compute functions regarding fixed-> offest string consider the second buffer is not preallocated. However, the second buffers is pre allocated for the cases in which String/Binary view types is involved as the output. ### What changes are included in this PR? 1-I changed the way the kernel is created not to allocate Buffer for the second buffers and makes the behaviour of FixedSize to String types cast compute function likes the others. ### Are these changes tested? I run the relevant unit test. ### 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]
