dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

[DF] Support CREATE TABLE

Open jdye64 opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. After porting from Calcite we need to re-add support for the CREATE TABLE syntax. As it stands this is not ported and attempts to run a CREATE TABLE query result in an error.

Describe the solution you'd like The ability to create tables from SQL as was previously supported with Calcite.

Describe alternatives you've considered None

Additional context None

jdye64 avatar May 16 '22 15:05 jdye64

With #656, we now have support for CREATE TABLE | VIEW AS, but are still waiting on upstream changes in DataFusion to add handling for CREATE TABLE WITH.

charlesbluca avatar Aug 11 '22 18:08 charlesbluca