Skip to content

Commit

Permalink
do not merge this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vdimir committed Sep 8, 2023
1 parent a46d197 commit 6a51d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Storages/StorageReplicatedMergeTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7656,8 +7656,7 @@ void StorageReplicatedMergeTree::replacePartitionFrom(
entry_replace.columns_version = -1;
}

if (replace)
{
if (replace) {
/// Cancel concurrent inserts in range
clearLockedBlockNumbersInPartition(*zookeeper, drop_range.partition_id, drop_range.max_block, drop_range.max_block);
/// Remove deduplication block_ids of replacing parts
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/commit_status_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def generate_status_comment(pr_info: PRInfo, statuses: CommitStatuses) -> str:
)
table_footer = "<tbody>\n</table>\n"

details_header = "<details><summary>Successfull checks</summary>\n"
details_header = "<details><summary>Successful checks</summary>\n"
details_footer = "</details>\n"

visible_table_rows = [] # type: List[str]
Expand Down

0 comments on commit 6a51d9f

Please sign in to comment.