Skip to content
New issue

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

Support snowflake alter table swap with #825

Merged

Conversation

pawel-big-lebowski
Copy link
Contributor

@pawel-big-lebowski pawel-big-lebowski commented Mar 6, 2023

Support snowflake's alter table swap with syntax. See doc.

ALTER TABLE tab1 SWAP WITH tab2

@pawel-big-lebowski pawel-big-lebowski changed the title support snowflake alter table swap with Support snowflake alter table swap with Mar 6, 2023
@pawel-big-lebowski pawel-big-lebowski marked this pull request as ready for review March 6, 2023 12:26
@alamb
Copy link
Collaborator

alamb commented Mar 6, 2023

Thank you @pawel-big-lebowski

@coveralls
Copy link

coveralls commented Mar 6, 2023

Pull Request Test Coverage Report for Build 4351457868

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 285 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.004%) to 86.122%

Files with Coverage Reduction New Missed Lines %
src/ast/ddl.rs 32 82.16%
src/parser.rs 253 83.01%
Totals Coverage Status
Change from base Build 4345926686: 0.004%
Covered Lines: 13485
Relevant Lines: 15658

💛 - Coveralls

@alamb
Copy link
Collaborator

alamb commented Mar 6, 2023

@pawel-big-lebowski you please fix the CI errors on this PR?

Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
@pawel-big-lebowski
Copy link
Contributor Author

@alamb Sure.

@alamb
Copy link
Collaborator

alamb commented Mar 7, 2023

Thank you for the contribution @pawel-big-lebowski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants