mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Fixing fast tests.
This commit is contained in:
parent
cb851fcee0
commit
7136c97c09
@ -610,6 +610,8 @@ Block ActionsDAG::updateHeader(Block header) const
|
|||||||
{
|
{
|
||||||
if (e.code() == ErrorCodes::NOT_FOUND_COLUMN_IN_BLOCK)
|
if (e.code() == ErrorCodes::NOT_FOUND_COLUMN_IN_BLOCK)
|
||||||
e.addMessage(" in block {}", header.dumpStructure());
|
e.addMessage(" in block {}", header.dumpStructure());
|
||||||
|
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isInputProjected())
|
if (isInputProjected())
|
||||||
|
Loading…
Reference in New Issue
Block a user