alamb commented on PR #6970:
URL: 
https://github.com/apache/arrow-datafusion/pull/6970#issuecomment-1636887757

   > This operator has actually been removed upstream... Perhaps this could be 
implemented as a nullif zero prior to division? This would be consistent with 
postgres.
   
   Confirming you mean something like  
https://docs.rs/datafusion/latest/datafusion/logical_expr/fn.nullif.html so like
   
   ```rust
   let expr = nullif(expr, lit(0.0f64))
   ``` ?
   
   What do you think @kazuyukitanimura ?


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