This commit is contained in:
Igor Nikonov 2024-02-13 22:34:10 +00:00
parent bc456820a0
commit 3d91b12a2f

View File

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