mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed build
This commit is contained in:
parent
fea3ceca05
commit
a13f3f6d6e
@ -1009,7 +1009,7 @@ readTextWithSizeSuffix(T & x, ReadBuffer & buf)
|
||||
}
|
||||
else if (*buf.position() == 'i')
|
||||
{
|
||||
x = (x << power_of_two); /// For binary suffixes, such as ki, Mi, Gi, etc.
|
||||
x = (x << power_of_two); // NOLINT /// For binary suffixes, such as ki, Mi, Gi, etc.
|
||||
++buf.position();
|
||||
}
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user