mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Just trigger CI
This commit is contained in:
parent
0ff0a52249
commit
fd9483efbe
@ -355,9 +355,8 @@ public:
|
||||
{
|
||||
MergeTreeDataPart::TTLInfos ttl_infos;
|
||||
for (auto & part_ptr : future_part_.parts)
|
||||
{
|
||||
ttl_infos.update(part_ptr->ttl_infos);
|
||||
}
|
||||
|
||||
reserved_space = storage.tryReserveSpacePreferringTTLRules(total_size, ttl_infos, time(nullptr));
|
||||
}
|
||||
if (!reserved_space)
|
||||
|
Loading…
Reference in New Issue
Block a user