mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
do not merge this commit
This commit is contained in:
parent
a46d1974ac
commit
6a51d9fd7d
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user