UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Fix drop table execution plan #65

Closed johnchronis closed 5 years ago

johnchronis commented 5 years ago

The execution plan produced by the optimizer contains the relation name in a drop table query.

DropTable logical and physical operators updated to maintain the name of the dropped relation.