mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed double whitespace [#CLICKHOUSE-2].
This commit is contained in:
parent
a8f6a3127d
commit
f2933e7623
@ -152,7 +152,7 @@ bool IProfilingBlockInputStream::checkLimits()
|
||||
if (limits.max_rows_to_read && info.rows > limits.max_rows_to_read)
|
||||
{
|
||||
if (limits.read_overflow_mode == OverflowMode::THROW)
|
||||
throw Exception(std::string("Limit for result rows ")
|
||||
throw Exception(std::string("Limit for result rows")
|
||||
+ " exceeded: read " + toString(info.rows)
|
||||
+ " rows, maximum: " + toString(limits.max_rows_to_read),
|
||||
ErrorCodes::TOO_MUCH_ROWS);
|
||||
|
Loading…
Reference in New Issue
Block a user