Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
If your business uses relational databases to store data, it helps to use the SQL SELECT command with the INTO clause to create new tables from query results. This method isn't ANSI-standard SQL, but ...
The user's transpiler is failing to correctly convert CREATE TABLE statements for use in Databricks. Specifically, it is not removing or properly handling unsupported clauses such as DISTRIBUTION = ...