risinglightdb / risinglight

An educational OLAP database system.
Apache License 2.0
1.59k stars 211 forks source link

fix(optimizer): fix filter pushdown and range fold #842

Closed kysshsy closed 4 months ago

kysshsy commented 5 months ago

related to #794 #834 , add some new rules and change scan's default filter to true(this make it match with the "filter-scan" rule)

skyzh commented 5 months ago

yep i'll handle these two pull requests on the weekends :)

skyzh commented 5 months ago

need rebasing + fix conflicts, I can help with that next weekend :)

kysshsy commented 5 months ago

rebase the commit, help me check the sql test result, thank you 😁