-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestsqllogictestSQL Logic Tests (.slt)SQL Logic Tests (.slt)
Description
Describe the solution you'd like
Support the CREATE TABLE expression, e.g.
CREATE TABLE t1(a INTEGER, b INTEGER, c INTEGER, d INTEGER, e INTEGER);
Executing this with datafusion-cli shows:
DataFusion CLI v14.0.0
❯ CREATE TABLE t1(a INTEGER, b INTEGER, c INTEGER, d INTEGER, e INTEGER);
NotImplemented("Only `CREATE TABLE table_name AS SELECT ...` statement is supported")Additional context
The ability to create a table with one statement and then insert values into it throughout a sessions forms the basis of a lot of sqllogictests we want to incorporate into testing. See #4248
liukun4515
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsqllogictestSQL Logic Tests (.slt)SQL Logic Tests (.slt)