mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
Remove debug output
This commit is contained in:
parent
17f7631878
commit
0c4e789900
@ -21,9 +21,6 @@ ActionsDAGPtr addMissingDefaults(
|
|||||||
const ColumnsDescription & columns,
|
const ColumnsDescription & columns,
|
||||||
ContextPtr context)
|
ContextPtr context)
|
||||||
{
|
{
|
||||||
|
|
||||||
std::cerr << "====== addMissingDefaults " << header.dumpStructure() << std::endl;
|
|
||||||
|
|
||||||
auto actions = std::make_shared<ActionsDAG>(header.getColumnsWithTypeAndName());
|
auto actions = std::make_shared<ActionsDAG>(header.getColumnsWithTypeAndName());
|
||||||
auto & index = actions->getIndex();
|
auto & index = actions->getIndex();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user