viirya commented on issue #2837: URL: https://github.com/apache/arrow-rs/issues/2837#issuecomment-1270472297
> The _scalar_dyn arithmetic kernels are instead explicitly typed on ArrowNumericType > I would therefore like to propose adding new [eq | lt_eq | ...]_dyn_primitive_scalar comparison kernels, I think that one thing is after following _scalar_dyn arithmetic kernels such _dyn_primitive_scalar kernels will need type bound when calling. As the scalar is `T:Native`, and the compiler cannot infer T from the scalar type. I think it is minor so just mention it here. -- 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]
