haohuaijin commented on PR #8957:
URL: 
https://github.com/apache/arrow-datafusion/pull/8957#issuecomment-1905318335

   cc @jackwener @alamb. This is the first step to solving #8910; the main 
change in this PR is that it throws an error in runtime, not in 
simplify_expression.
   before this pr
   ```
   ❯ select 1/0;
   Optimizer rule 'simplify_expressions' failed
   caused by
   Arrow error: Divide by zero error
   ```
   after this pr
   ```
   ❯ select 1/0;
   Arrow error: Divide by zero error
   ```


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