apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

Evaluate cheaper condition first in join selection and physical planner #13435

Closed findepi closed 5 days ago

findepi commented 1 week ago

Which issue does this PR close?

none

Rationale for this change

Do not compute expensive condition before checking inexpensive condition first

What changes are included in this PR?

Are these changes tested?

no

Are there any user-facing changes?

no

alamb commented 5 days ago

Thanks @findepi and @Dandandan