mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +00:00
Fix typo
This commit is contained in:
parent
bc456820a0
commit
3d91b12a2f
@ -1513,7 +1513,7 @@ void executeQuery(
|
|||||||
{
|
{
|
||||||
/// first execute on exception callback, it includes updating query_log
|
/// first execute on exception callback, it includes updating query_log
|
||||||
/// otherwise closing record ('ExceptionWhileProcessing') can be not appended in 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();
|
streams.onException();
|
||||||
|
|
||||||
if (handle_exception_in_output_format)
|
if (handle_exception_in_output_format)
|
||||||
|
Loading…
Reference in New Issue
Block a user