qinpengxiang001 commented on issue #41094: URL: https://github.com/apache/arrow/issues/41094#issuecomment-2046593973
> > A bug is found here. When we execute a similar case when a != 0 then b / a, div 0 exception will be reported. But logically, such a statement should be executed. > > should not be executed? > > I think a `Selector` would be help here. But I don't know whether it breaks the current design. I'll dive into it later Corresponding to the case of a = 0, b / a should not be executed, but in fact, the existing logic has already executed -- 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]
