mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
fix typo exception name
This commit is contained in:
parent
c5a7b1c456
commit
294aa985e0
@ -141,7 +141,7 @@ bool RowInputFormatWithDiagnosticInfo::deserializeFieldAndPrintDiagnosticInfo(co
|
||||
else
|
||||
out << "ERROR\n";
|
||||
// Print exception message
|
||||
out << getExceptionMessage(e, false) << '\n';
|
||||
out << getExceptionMessage(exception, false) << '\n';
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user