wiedld opened a new pull request, #15074:
URL: https://github.com/apache/datafusion/pull/15074

   ## Which issue does this PR close?
   
   Part of https://github.com/apache/datafusion/issues/15003
   
   
   ## Rationale for this change
   
   Enable us to write test cases using:
   * the same `TestConfig`
   * then apply the optimizer runs in any order chosen
   
   The benefits of this approach are:
   * explicitly demonstrate when there is an ordering dependency in which 
optimizer has to run first (sorting or distribution)
   * quickly enable us to write test cases addressing idempotency of an 
optimizer run
   * (hopefully) helps identify strengths/gaps in the current test coverage. 🙏🏼 
   
   ## What changes are included in this PR?
   
   The above, as we as a bit of an increase in test coverage to demonstrate 
exactly when our test cases (the plan results we see) are ordering dependent.
   
   ## Are these changes tested?
   
   Yes
   
   ## 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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to