Empty commit.

This commit is contained in:
Nikolai Kochetov 2020-11-09 19:35:43 +03:00
parent 74f7f661ca
commit e41b1ae52b

View File

@ -700,6 +700,9 @@ bool KeyCondition::canConstantBeWrappedByFunctions(
next_node = arg;
}
if (!next_node)
is_valid_chain = false;
cur_node = next_node;
}
else if (cur_node->type == ActionsDAG::Type::ALIAS)