From 3d91b12a2fc29d44f2631a811e960ddc5936c922 Mon Sep 17 00:00:00 2001 From: Igor Nikonov Date: Tue, 13 Feb 2024 22:34:10 +0000 Subject: [PATCH] Fix typo --- src/Interpreters/executeQuery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreters/executeQuery.cpp b/src/Interpreters/executeQuery.cpp index 6dd6d8eb6a0..e8a032974c6 100644 --- a/src/Interpreters/executeQuery.cpp +++ b/src/Interpreters/executeQuery.cpp @@ -1513,7 +1513,7 @@ void executeQuery( { /// first execute on exception callback, it includes updating query_log /// otherwise closing record ('ExceptionWhileProcessing') can be not appended in query_log - /// due to possible exceptions in functions called bellow (passed as parameter here) + /// due to possible exceptions in functions called below (passed as parameter here) streams.onException(); if (handle_exception_in_output_format)