matthewmturner commented on issue #1610: URL: https://github.com/apache/arrow-datafusion/issues/1610#issuecomment-1016883999
@alamb I'm wondering if we could just remove `compute_op_scalar` macro (and friends) and use the dyn kernels at the call site in `evaluate_array_scalar`. This would also get us very close to being able to remove the `paste` dependency which i believe is only used in this `binary.rs` file. The remaining place its used that i would still need to look into is the macro `compute_utf8_flag_op_scalar`. -- 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]
