Fixing fast tests.

This commit is contained in:
Nikolai Kochetov 2023-08-24 11:01:01 +00:00
parent cb851fcee0
commit 7136c97c09

View File

@ -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())