-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(optimizer): use match
to replace if else
#8291
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
e3a9af0
to
f16d907
Compare
src/query/service/src/sql/planner/optimizer/rule/rewrite/rule_eliminate_filter.rs
Outdated
Show resolved
Hide resolved
f16d907
to
30c0cf2
Compare
Emm, after thinking, I realized However, @sundy-li 's suggestion is very good, so I will only change the code style in the ticket. |
match
to replace if else
83d288f
to
6a83ee1
Compare
Right I fount this issue too and have been fixed in 3e33b99 Thanks man! |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Summary about this PR
Fixes #issue