mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Remove check
This commit is contained in:
parent
a044766d58
commit
6d6d04903f
@ -31,9 +31,6 @@ Chunk ArrowBlockInputFormat::generate()
|
||||
Chunk res;
|
||||
const Block & header = getPort().getHeader();
|
||||
|
||||
if (in.eof())
|
||||
return res;
|
||||
|
||||
std::vector<std::shared_ptr<arrow::RecordBatch>> single_batch(1);
|
||||
arrow::Status read_status = reader->ReadNext(&single_batch[0]);
|
||||
if (!read_status.ok())
|
||||
|
Loading…
Reference in New Issue
Block a user