Remove check

This commit is contained in:
FawnD2 2020-05-04 16:33:20 +03:00
parent a044766d58
commit 6d6d04903f

View File

@ -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())