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 ALTER TABLE ... SET LOCATION #1154

Merged
merged 5 commits into from
Mar 1, 2024

Conversation

jonathanlehto
Copy link
Contributor

Adding set location to alter table. It looks like SET is not required explicitly, but that may just be for Athena

Athena SET LOCATION -- https://docs.aws.amazon.com/athena/latest/ug/alter-table-set-location.html

@coveralls
Copy link

coveralls commented Feb 29, 2024

Pull Request Test Coverage Report for Build 8115880153

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 25 of 27 (92.59%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.01%) to 87.947%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser/mod.rs 8 10 80.0%
Files with Coverage Reduction New Missed Lines %
src/ast/mod.rs 2 79.82%
Totals Coverage Status
Change from base Build 8115843748: 0.01%
Covered Lines: 20357
Relevant Lines: 23147

💛 - Coveralls

@alamb alamb changed the title adding set location Support ALTER TABLE ... SET LOCATION Mar 1, 2024
Copy link
Collaborator

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

src/ast/mod.rs Outdated Show resolved Hide resolved
@alamb alamb merged commit 991dbab into sqlparser-rs:main Mar 1, 2024
10 checks passed
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