mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
Fix bug in collecting statistics
This commit is contained in:
parent
feaed1e020
commit
cfc87767c5
@ -186,6 +186,7 @@ public:
|
|||||||
{
|
{
|
||||||
rows_summary += block.getByPosition(i).column->size();
|
rows_summary += block.getByPosition(i).column->size();
|
||||||
}
|
}
|
||||||
|
rows_summary += block.getByPosition(result).column->size();
|
||||||
|
|
||||||
if (rows_summary >= 1000)
|
if (rows_summary >= 1000)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user