提交 15fb64f5 编写于 作者: V Vladimir Chebotarev

Fixed move TTL expiration logic.

上级 164360e7
......@@ -3734,7 +3734,7 @@ const MergeTreeData::TTLEntry * MergeTreeData::selectMoveDestination(
{
auto ttl_info_it = ttl_infos.moves_ttl.find(ttl_entry.result_column);
if (ttl_info_it != ttl_infos.moves_ttl.end()
&& ttl_info_it->second.min >= minimum_time
&& ttl_info_it->second.min <= minimum_time
&& max_min_ttl <= ttl_info_it->second.min)
{
result = &ttl_entry;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册