mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
IRowInputFormat performance fix
This commit is contained in:
parent
8806e79df6
commit
4a5497498e
@ -49,13 +49,14 @@ Chunk IRowInputFormat::generate()
|
||||
|
||||
try
|
||||
{
|
||||
RowReadExtension info;
|
||||
for (size_t rows = 0; rows < params.max_block_size; ++rows)
|
||||
{
|
||||
try
|
||||
{
|
||||
++total_rows;
|
||||
|
||||
RowReadExtension info;
|
||||
info.read_columns.clear();
|
||||
if (!readRow(columns, info))
|
||||
break;
|
||||
if (params.callback)
|
||||
|
Loading…
Reference in New Issue
Block a user