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

   Thanks, addressed both points in d2f3763. The trim-specific dispatch 
subclass is gone. The new adapter applies generically to fixed-arity pure unary 
ScalarFunctions when the dictionary value type has a matching kernel, executes 
the function against the dictionary values, and expands the result with the 
original indices while retaining the existing decoded output type. I added 
generic tests for type-changing output, unique-value execution, unsupported 
value types, and impure functions, plus the trim regressions. Local results: 
73/73 compute-internals tests and 344/344 scalar-type tests passed.


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