mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
Fix a typo
This commit is contained in:
parent
eaf862c3b1
commit
ca67e67a74
@ -39,7 +39,7 @@ void ActionsDAG::Node::toTree(JSONBuilder::JSONMap & map) const
|
||||
map.add("Result Type", result_type->getName());
|
||||
|
||||
if (!result_name.empty())
|
||||
map.add("Result Type", magic_enum::enum_name(type));
|
||||
map.add("Result Name", result_name);
|
||||
|
||||
if (column)
|
||||
map.add("Column", column->getName());
|
||||
|
Loading…
Reference in New Issue
Block a user