crepererum opened a new issue, #4615:
URL: https://github.com/apache/arrow-datafusion/issues/4615

   **Describe the bug**
   Some logical optimizer rules like type coercion are actually essential for 
correct query execution, but are currently silently ignored when they failed.
   
   **To Reproduce**
   TBD
   
   **Expected behavior**
   Don't skip failed rules (this probably requires us to remove the non-failing 
`OptimizerRule::optimize` method).
   
   **Additional context**
   See [this 
discussion](https://github.com/apache/arrow-datafusion/pull/4599#discussion_r1048288118).
   


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