mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +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)
|
||||
e.addMessage(" in block {}", header.dumpStructure());
|
||||
|
||||
throw;
|
||||
}
|
||||
|
||||
if (isInputProjected())
|
||||
|
Loading…
Reference in New Issue
Block a user