cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu/
MIT License
3.92k stars 1.76k forks source link

Add set force_optimizer_starter_rule=yes in p3.06-empty-table.slt #675

Closed light-summer closed 8 months ago

light-summer commented 8 months ago

Due to the addition of query+ensure: index_scan in # 667 ` query +ensure:index_scan select * from t1 where v1 = 1;

` We need to apply force_optimizer_starter_rule to true to start the optimizer