mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
fix style
This commit is contained in:
parent
646a11a0ef
commit
f65756c0c8
@ -481,7 +481,7 @@ protected:
|
|||||||
if (table_cast)
|
if (table_cast)
|
||||||
{
|
{
|
||||||
size_t totalMarks = 0;
|
size_t totalMarks = 0;
|
||||||
for(auto &part_info: table_cast->getAllDataPartsVector())
|
for (auto &part_info : table_cast->getAllDataPartsVector())
|
||||||
{
|
{
|
||||||
totalMarks += part_info->getMarksCount();
|
totalMarks += part_info->getMarksCount();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user