The `DROP TABLE` command is not working currently. # Reproduce bug Start up the demo 3-node-deployment and run ~~~ CREATE TABLE emp (ename VARCHAR(40), salary INTEGER, PRIMARY KEY(ename)) NONE ALL,HASH,{ename} ALL,HASH,{salary} COMMIT INSERT INTO emp VALUES ('Peter', 30000) COMMIT DROP TABLE emp ~~~ # Log output on nodes [coordinator.txt](https://github.com/IITDBGroup/HRDBMS/files/797059/coordinator.txt) [worker_1.txt](https://github.com/IITDBGroup/HRDBMS/files/797060/worker_1.txt) [worker_2.txt](https://github.com/IITDBGroup/HRDBMS/files/797061/worker_2.txt)
The
DROP TABLEcommand is not working currently.Reproduce bug
Start up the demo 3-node-deployment and run
Log output on nodes
coordinator.txt
worker_1.txt
worker_2.txt