HaoYang670 commented on issue #3664:
URL: 
https://github.com/apache/arrow-datafusion/issues/3664#issuecomment-1264131890

   Thank you, @askoa, for picking this. The rules you listed are good. 
   For `A % A`, we should think more, because when `A` contains `0` the result 
will be `DivByZeroErr`; when `A` contains `null`, the result will be `Null`; 
and in other cases, the result is `0`. 
   \My opinion is that we could not add `A % A` rules now.


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