cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.04k stars 622 forks source link

Delete the unsed index_predicate_ in index scan plans. #1324

Closed linmagit closed 6 years ago

linmagit commented 6 years ago

Apparently I forgot to delete the now unused indexpredicate in IndexScanPlan and HybridScanPlan in #1301. This PR fixes that.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.02%) to 77.25% when pulling 926ebe31455944fdd6f805adcf07f8de41e76b4c on malin1993ml:indexscanplan-fix into 608ca7f35495bfd3be3b30adf96153b72bba75e4 on cmu-db:master.