pitrou commented on PR #50501:
URL: https://github.com/apache/arrow/pull/50501#issuecomment-5043536819

   > * Decode dictionary input types during dispatch for `utf8_trim`, 
`utf8_ltrim`, and `utf8_rtrim`.
   
   This is wasteful, isn't it? The scalar function could just be applied to the 
dictionary values.
   
   Also I don't understand why we would only tackle these three specific 
functions, while this could apply to all scalar unary functions.
   
   cc @zanmato1984 for opinions.


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