Skip to content

DROP TABLE not working #4

@lordpretzel

Description

@lordpretzel

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
worker_1.txt
worker_2.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions