Fixed tests

This commit is contained in:
Maksim Kita 2021-04-30 17:21:48 +03:00 committed by Maksim Kita
parent 69fdcdcc4a
commit 2b58357a77
2 changed files with 0 additions and 5 deletions

View File

@ -698,9 +698,6 @@ void ActionsDAG::compileFunctions(size_t min_count_to_compile_expression)
if (should_compile)
{
for (const auto * child_node : frame.node->children)
std::cerr << child_node->result_name << std::endl;
NodeRawConstPtrs new_children;
auto dag = getCompilableDAG(frame.node, new_children, used_in_result);

View File

@ -23,8 +23,6 @@
#include <Common/Exception.h>
#include <iostream>
namespace DB
{