mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Remove redundant change
This commit is contained in:
parent
6ded03c000
commit
81c98dadd2
@ -1902,7 +1902,6 @@ void MergeTreeData::clearPartsFromFilesystemImpl(const DataPartsVector & parts_t
|
||||
{
|
||||
const auto settings = getSettings();
|
||||
if (parts_to_remove.size() > 1
|
||||
&& !settings->allow_remote_fs_zero_copy_replication
|
||||
&& settings->max_part_removal_threads > 1
|
||||
&& parts_to_remove.size() > settings->concurrent_part_removal_threshold)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user