Skip to content

Add support of FREEZE|UNFREEZE PARTITION syntax for ClickHouse #1380

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

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

git-hulk
Copy link
Member

ClickHouse supports using the FREEZE|UNFREEZE operation in ALTER TABLE to freeze or unfreeze partition.

References:

@git-hulk git-hulk force-pushed the feature/freeze-partition branch from 4c14c2d to 8470b49 Compare August 14, 2024 13:24
@coveralls
Copy link

coveralls commented Aug 14, 2024

Pull Request Test Coverage Report for Build 10388478580

Details

  • 66 of 72 (91.67%) changed or added relevant lines in 3 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.01%) to 89.053%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser/mod.rs 20 22 90.91%
src/ast/ddl.rs 12 16 75.0%
Files with Coverage Reduction New Missed Lines %
src/parser/mod.rs 3 93.22%
Totals Coverage Status
Change from base Build 10388253404: 0.01%
Covered Lines: 28178
Relevant Lines: 31642

💛 - Coveralls

@git-hulk
Copy link
Member Author

cc @iffyio

Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM! cc @alamb

Copy link
Contributor

@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.

Thanks @git-hulk and @iffyio

@alamb alamb merged commit 6a11a67 into apache:main Aug 14, 2024
10 checks passed
ayman-sigma pushed a commit to sigmacomputing/sqlparser-rs that referenced this pull request Nov 19, 2024
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.

4 participants