mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
modify error msg
This commit is contained in:
parent
acde52a96d
commit
f3b72b979c
@ -467,7 +467,7 @@ static ColumnWithTypeAndName executeActionForHeader(const ActionsDAG::Node * nod
|
|||||||
const auto * array = getArrayJoinColumn(key.column, true);
|
const auto * array = getArrayJoinColumn(key.column, true);
|
||||||
if (!array)
|
if (!array)
|
||||||
throw Exception(ErrorCodes::TYPE_MISMATCH,
|
throw Exception(ErrorCodes::TYPE_MISMATCH,
|
||||||
"ARRAY JOIN of not array: {}", node->result_name);
|
"ARRAY JOIN of not array nor map: {}", node->result_name);
|
||||||
res_column.column = array->getDataPtr()->cloneEmpty();
|
res_column.column = array->getDataPtr()->cloneEmpty();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user