mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Remove check
This commit is contained in:
parent
17450811d4
commit
a044766d58
@ -41,7 +41,7 @@ Chunk ParquetBlockInputFormat::generate()
|
||||
Chunk res;
|
||||
const Block & header = getPort().getHeader();
|
||||
|
||||
if (in.eof() || row_group_current >= row_group_total)
|
||||
if (row_group_current >= row_group_total)
|
||||
return res;
|
||||
|
||||
std::shared_ptr<arrow::Table> table;
|
||||
|
Loading…
Reference in New Issue
Block a user