dask-sql
dask-sql copied to clipboard
[DF] Support CREATE TABLE
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
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.