diff --git a/src/Interpreters/ActionsDAG.cpp b/src/Interpreters/ActionsDAG.cpp index 383e7c472ca..57bef283d8b 100644 --- a/src/Interpreters/ActionsDAG.cpp +++ b/src/Interpreters/ActionsDAG.cpp @@ -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())