mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Comment.
This commit is contained in:
parent
66d9d92de4
commit
3f0bc94d25
@ -971,7 +971,7 @@ KeyCondition::KeyCondition(
|
||||
{
|
||||
auto inverted_dag = cloneASTWithInversionPushDown(std::move(dag_nodes.nodes), context);
|
||||
|
||||
std::cerr << "========== inverted dag: " << inverted_dag->dumpDAG() << std::endl;
|
||||
// std::cerr << "========== inverted dag: " << inverted_dag->dumpDAG() << std::endl;
|
||||
|
||||
Block empty;
|
||||
for (const auto * node : inverted_dag->getOutputs())
|
||||
|
Loading…
Reference in New Issue
Block a user