You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update comments on OptimizerRule about function name matching (#20346)
## Which issue does this PR close?
- Related to #20180
## Rationale for this change
I gave feedback to @devanshu0987https://github.com/apache/datafusion/pull/20180/changes#r2800720037 that
it was not a good idea to check for function names in optimizer rules,
but then I realized that the rationale for this is not written down
anywhere.
## What changes are included in this PR?
Document why checking for function names in optimizer rules is not good
and offer alternatives
## Are these changes tested?
By CI
## Are there any user-facing changes?
Just docs, no functional changes
0 commit comments