Fix leaving possible leftovers in case of CREATE TABLE fails#94174
Merged
azat merged 6 commits intoClickHouse:masterfrom Jan 23, 2026
Merged
Fix leaving possible leftovers in case of CREATE TABLE fails#94174azat merged 6 commits intoClickHouse:masterfrom
azat merged 6 commits intoClickHouse:masterfrom
Conversation
Contributor
|
Workflow [PR], commit [2ecce0a] Summary: ❌
|
0b3fb65 to
af5afe6
Compare
evillique
reviewed
Jan 14, 2026
af5afe6 to
5b42c2d
Compare
Member
|
@azat Not sure, but |
Member
|
Ci failures are clearly related: So I think it is ok to remove the until the next time |
We cannot execute do DROP from CREATE after database->createTable(), since this will lead to "Cannot add ZooKeeper operation because query is executed" in case of Replicated database. This reverts commit 4b4df9c.
Member
Author
|
Yep, thanks for taking a look, I've reverted the last patch. |
evillique
approved these changes
Jan 22, 2026
Merged
via the queue into
ClickHouse:master
with commit Jan 23, 2026
e6cde77
128 of 132 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix leaving possible leftovers in case of
CREATE TABLEfailsRefs: #93959