alamb opened a new pull request #1376:
URL: https://github.com/apache/arrow-datafusion/pull/1376


   # Which issue does this PR close?
   
   Builds on https://github.com/apache/arrow-datafusion/pull/1374 and 
https://github.com/apache/arrow-datafusion/pull/1375
   
   Re https://github.com/apache/arrow-datafusion/issues/1160 (more 
sophisticated expression simplification)
   
    # Rationale for this change
   There is redundant code in `simplify` and `Simplifier` which makes it hard 
to know what is simplified and what is not. It is also hard to work with the 
tests in this file
   
   
   # What changes are included in this PR?
   1. Refactor the tests for `simplify` and `Simplifier` to be a consistent 
style (in preparation for combing the logic of the two)
   
   # Are there any user-facing changes?
   No


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