jhorstmann commented on issue #2647: URL: https://github.com/apache/arrow-rs/issues/2647#issuecomment-1237421931
I might be misremembering this, but I think `divide_unchecked` is only implemented for floating point types (which have a defined value for division by zero: positive or negative infinity). What might be missing is a scalar version of that kernel, and a version for the modulo operation. -- 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]
