Closed okennedy closed 1 year ago
Describe the bug Using an unsupported SQL directive (e.g., CREATE TABLE) presently results in an inscrutable error. Make the error message cleaner.
CREATE TABLE
To Reproduce Steps to reproduce the behavior:
CREATE TABLE foo (a int, b int)
Expected behavior A clear error message saying that DDL/DML operations are unsupported, at least until #234 is completed.
Describe the bug Using an unsupported SQL directive (e.g.,
CREATE TABLE
) presently results in an inscrutable error. Make the error message cleaner.To Reproduce Steps to reproduce the behavior:
CREATE TABLE foo (a int, b int)
and run the cellExpected behavior A clear error message saying that DDL/DML operations are unsupported, at least until #234 is completed.