From 7136c97c09861314361df4c924a25dd650c41c0e Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Thu, 24 Aug 2023 11:01:01 +0000 Subject: [PATCH] Fixing fast tests. --- src/Interpreters/ActionsDAG.cpp | 2 ++ 1 file changed, 2 insertions(+) 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())