We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE TABLE
Describe the bug
CREATE TABLE should just create the table and not run a query selecting the contents of the table.
❯ create table test as select 1; +----------+ | Int64(1) | +----------+ | 1 | +----------+
This issue was already fixed for CREATE VIEW in #3236
CREATE VIEW
To Reproduce ☝️
Expected behavior ☝️
Additional context None
The text was updated successfully, but these errors were encountered:
I'll do this one after #3251 is merged into master. that has a small refactoring of returning empty dataframes that this should use.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
CREATE TABLE
should just create the table and not run a query selecting the contents of the table.This issue was already fixed for
CREATE VIEW
in #3236To Reproduce
☝️
Expected behavior
☝️
Additional context
None
The text was updated successfully, but these errors were encountered: